Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc]Fix typo for Quick-Start #7

Closed
wants to merge 3 commits into from
Closed

[Doc]Fix typo for Quick-Start #7

wants to merge 3 commits into from

Conversation

wypb
Copy link
Contributor

@wypb wypb commented Jul 1, 2016

Fix typo for Quick-Start

@chenliang613
Copy link
Contributor

@QiangCai please review this PR

@@ -60,12 +60,14 @@ $ ./bin/spark-shell --master local --jars ${carbondata_jar},${mysql_jar}
import org.apache.spark.sql.CarbonContext
import java.io.File
import org.apache.hadoop.hive.conf.HiveConf
val cc = new CarbonContext(sc, "./carbondata/store")
val storePath = "hdfs://hacluster/Opt/CarbonStore"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not mandatory to give hdfs path as store path. It can accept local path as well.

Fix typo for Quick-Start
@ravipesala
Copy link
Contributor

LGTM

@chenliang613
Copy link
Contributor

LGTM+1.
Thanks for your contribution @397090770

@asfgit asfgit closed this in d94cf2e Jul 6, 2016
foryou2030 pushed a commit to foryou2030/incubator-carbondata that referenced this pull request Nov 23, 2016
Beyyes pushed a commit to Beyyes/carbondata that referenced this pull request Jun 11, 2017
MarvinLitt added a commit to MarvinLitt/carbondata that referenced this pull request Dec 2, 2019
parent d6662b3
author litao <litao_xidian@126.com> 1574689267 +0800
committer litao <litao_xidian@126.com> 1575292552 +0800

# This is a combination of 3 commits.
# This is the 1st commit message:

part of carbon data spatial index code include how to create the hash id and get from query list to hash id list.

Geospatial support in create table, load, alter and query polygon

Merge branch 'geo' of https://github.com/VenuReddy2103/carbondata into mybranch

# This is the commit message apache#2:

[CARBONDATA-3584] Fix Select Query failure for Boolean dictionary column when Codegen is enabled

Induced because of apache#3463

This closes apache#3470

# This is the commit message apache#3:

[HOTFIX][checkstyle] update AnnotationLocation rule apache#3464

This closes apache#3464

# This is the commit message apache#6:

[HOTFIX] Change not to use cache when creating CarbonTable from schema file apache#3472

Using cache will lead to incorrect table path set in SDK writer.
This PR corrects it

This closes apache#3472

# This is the commit message apache#7:

[CARBONDATA-3594] Optimize getSplits() during compaction

Problem:
In MergerRDD, for compaction of n segments per task, get splits is called n times.
Solution:
In MergerRDD, for per compaction task,get all validSegments and call getsplits only once for those valid segments

This closes apache#3475

# This is the commit message apache#8:

[CARBONDATA-3589]: Adding NULL segments check and empty segments check before prepriming

Insert into select from hive table into carbon table having partition
fails with index server running because of the fact that empty segments
were being sent for prepriming. Added a check for the same.

This closes apache#3468
QiangCai pushed a commit to QiangCai/carbondata that referenced this pull request Dec 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants