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

[SPARK-2590][SQL] Added option to handle incremental collection, disabled by default #1853

Closed
wants to merge 3 commits into from

Conversation

liancheng
Copy link
Contributor

JIRA issue: SPARK-2590

@SparkQA
Copy link

SparkQA commented Aug 8, 2014

QA tests have started for PR 1853. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18199/consoleFull

@liancheng
Copy link
Contributor Author

Removed "thriftServer" from the property name, since Spark SQL core doesn't know anything about Hive Thrift server, and non-Hive JDBC/ODBC interface can also leverage this property in the future.

@SparkQA
Copy link

SparkQA commented Aug 8, 2014

QA results for PR 1853:
- This patch PASSES unit tests.
- This patch merges cleanly
- This patch adds no public classes

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18199/consoleFull

@@ -30,6 +30,7 @@ private[spark] object SQLConf {
val SHUFFLE_PARTITIONS = "spark.sql.shuffle.partitions"
val CODEGEN_ENABLED = "spark.sql.codegen"
val DIALECT = "spark.sql.dialect"
val INCREMENTAL_COLLECT_ENABLED = "spark.sql.incrementalCollect"
Copy link
Contributor

Choose a reason for hiding this comment

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

Lets put this under spark.sql.thriftServer.... Also, what do you think about putting it in with the thrift server instead? It seems kinda odd to me to be configuring things for the thrift server in a place where the code doesn't even exist. This is how we do things for Hive now (see HiveContext in #1819 ).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK. I put it in SQLConf because of exactly the same reason Zongheng mentioned, and also had mixed feelings about this. I'd prefer to have something like Hive ConfVars to define all configurations, but let's do it later.

@SparkQA
Copy link

SparkQA commented Aug 10, 2014

QA tests have started for PR 1853. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18278/consoleFull

@SparkQA
Copy link

SparkQA commented Aug 10, 2014

QA results for PR 1853:
- This patch PASSES unit tests.
- This patch merges cleanly
- This patch adds no public classes

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18278/consoleFull

@marmbrus
Copy link
Contributor

Thanks! I've merged this to master and 1.1

asfgit pushed a commit that referenced this pull request Aug 12, 2014
…bled by default

JIRA issue: [SPARK-2590](https://issues.apache.org/jira/browse/SPARK-2590)

Author: Cheng Lian <[email protected]>

Closes #1853 from liancheng/inc-collect-option and squashes the following commits:

cb3ea45 [Cheng Lian] Moved incremental collection option to Thrift server
43ce3aa [Cheng Lian] Changed incremental collect option name
623abde [Cheng Lian] Added option to handle incremental collection, disabled by default

(cherry picked from commit 21a95ef)
Signed-off-by: Michael Armbrust <[email protected]>
@asfgit asfgit closed this in 21a95ef Aug 12, 2014
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
…bled by default

JIRA issue: [SPARK-2590](https://issues.apache.org/jira/browse/SPARK-2590)

Author: Cheng Lian <[email protected]>

Closes apache#1853 from liancheng/inc-collect-option and squashes the following commits:

cb3ea45 [Cheng Lian] Moved incremental collection option to Thrift server
43ce3aa [Cheng Lian] Changed incremental collect option name
623abde [Cheng Lian] Added option to handle incremental collection, disabled by default
@liancheng liancheng deleted the inc-collect-option branch September 24, 2014 00:08
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