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-10584][DOC][SQL] Documentation about spark.sql.hive.metastore.version is wrong. #8739

Closed
wants to merge 3 commits into from

Conversation

sarutak
Copy link
Member

@sarutak sarutak commented Sep 14, 2015

The default value of hive metastore version is 1.2.1 but the documentation says the value of spark.sql.hive.metastore.version is 0.13.1.
Also, we cannot get the default value by sqlContext.getConf("spark.sql.hive.metastore.version").

@srowen
Copy link
Member

srowen commented Sep 14, 2015

That looks right just reading the code but I'm not an expert.

@SparkQA
Copy link

SparkQA commented Sep 14, 2015

Test build #42406 has finished for PR 8739 at commit 053b17d.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@yhuai
Copy link
Contributor

yhuai commented Sep 14, 2015

LGTM. Merging to master and branch 1.5.

asfgit pushed a commit that referenced this pull request Sep 14, 2015
…e.version is wrong.

The default value of hive metastore version is 1.2.1 but the documentation says the value of `spark.sql.hive.metastore.version` is 0.13.1.
Also, we cannot get the default value by `sqlContext.getConf("spark.sql.hive.metastore.version")`.

Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp>

Closes #8739 from sarutak/SPARK-10584.

(cherry picked from commit cf2821e)
Signed-off-by: Yin Huai <yhuai@databricks.com>
@asfgit asfgit closed this in cf2821e Sep 14, 2015
@sarutak
Copy link
Member Author

sarutak commented Sep 15, 2015

@yhuai I found some more 1.3 or 1.3.1 in the document.
One, The Thrift JDBC/ODBC server implemented here corresponds to the HiveServer2 in Hive 0.13.
One, Spark SQL is designed to be compatible with the Hive Metastore, SerDes and UDFs. Currently Spark SQL is based on Hive 0.12.0 and 0.13.1.

Are these collect?

@yhuai
Copy link
Contributor

yhuai commented Sep 15, 2015

@sarutak Looks like they need to be updated. Can you send another PR? Thanks!

@sarutak
Copy link
Member Author

sarutak commented Sep 16, 2015

O.K. I'll do it.

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.

4 participants