Skip to content

[SPARK-5193][SQL] Tighten up HiveContext API - #4054

Closed
rxin wants to merge 2 commits into
apache:masterfrom
rxin:hivecontext-api
Closed

[SPARK-5193][SQL] Tighten up HiveContext API#4054
rxin wants to merge 2 commits into
apache:masterfrom
rxin:hivecontext-api

Conversation

@rxin

@rxinrxin commented Jan 15, 2015

Copy link
Copy Markdown
Contributor
  1. Removed the deprecated LocalHiveContext
  2. Made private[sql] fields protected[sql] so they don't show up in javadoc.
  3. Added javadoc to refreshTable.
  4. Added Experimental tag to analyze command.

@SparkQA

Copy link
Copy Markdown

Test build #25586 has started for PR 4054 at commit cbca886.

  • This patch merges cleanly.

@marmbrus

Copy link
Copy Markdown
Contributor

LGTM

@SparkQA

Copy link
Copy Markdown

Test build #25586 has finished for PR 4054 at commit cbca886.

  • This patch fails to build.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class ExperimentalMethods protected[sql](sqlContext: SQLContext)

@AmplabJenkins

Copy link
Copy Markdown

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/25586/
Test FAILed.

@SparkQA

Copy link
Copy Markdown

Test build #25588 has started for PR 4054 at commit 25cc00a.

  • This patch merges cleanly.

@SparkQA

Copy link
Copy Markdown

Test build #25588 has finished for PR 4054 at commit 25cc00a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class ExperimentalMethods protected[sql](sqlContext: SQLContext)

@AmplabJenkins

Copy link
Copy Markdown

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/25588/
Test PASSed.

@rxin

rxin commented Jan 15, 2015

Copy link
Copy Markdown
ContributorAuthor

Merging in master.

asfgit pushed a commit that referenced this pull request Jan 17, 2015
After the following patches, the main (Scala) API is now usable for Java users directly.
#4056#4054#4049#4030#3965#3958
Author: Reynold Xin <rxin@databricks.com>
Closes#4065 from rxin/sql-java-api and squashes the following commits:
b1fd860 [Reynold Xin] Fix Mima
6d86578 [Reynold Xin] Ok one more attempt in fixing Python...
e8f1455 [Reynold Xin] Fix Python again...
3e53f91 [Reynold Xin] Fixed Python.
83735da [Reynold Xin] Fix BigDecimal test.
e9f1de3 [Reynold Xin] Use scala BigDecimal.
500d2c4 [Reynold Xin] Fix Decimal.
ba3bfa2 [Reynold Xin] Updated javadoc for RowFactory.
c4ae1c5 [Reynold Xin] [SPARK-5193][SQL] Remove Spark SQL Java-specific API.
andmarios pushed a commit to andmarios/spark-examples that referenced this pull request Mar 20, 2015
After the following patches, the main (Scala) API is now usable for Java users directly.
apache/spark#4056apache/spark#4054apache/spark#4049apache/spark#4030apache/spark#3965apache/spark#3958
Author: Reynold Xin <rxin@databricks.com>
Closes #4065 from rxin/sql-java-api and squashes the following commits:
b1fd860 [Reynold Xin] Fix Mima
6d86578 [Reynold Xin] Ok one more attempt in fixing Python...
e8f1455 [Reynold Xin] Fix Python again...
3e53f91 [Reynold Xin] Fixed Python.
83735da [Reynold Xin] Fix BigDecimal test.
e9f1de3 [Reynold Xin] Use scala BigDecimal.
500d2c4 [Reynold Xin] Fix Decimal.
ba3bfa2 [Reynold Xin] Updated javadoc for RowFactory.
c4ae1c5 [Reynold Xin] [SPARK-5193][SQL] Remove Spark SQL Java-specific API.
Sign up for freeto 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.

4 participants

@rxin@SparkQA@marmbrus@AmplabJenkins