-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-2986] [SQL] fixed: setting properties does not effect #1904
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
Conversation
|
Can one of the admins verify this patch? |
|
Why do you want use hive code for configuration? We have our own configuration that already mirrors into HiveConf. |
|
what i want is to use our own configuration. but it use hive code for configuration now. |
|
+@liancheng, @marmbrus I think this is good catch. @guowei2 , can you also add a unit test for that? |
|
@guowei2 Are you sure Stage 0 and stage 3 indicate that the |
|
@liancheng it is ok on (HiveThriftServer2 + beeline). |
|
Oh I see where the problem is. So in the current master branch, |
|
test this please |
1 similar comment
|
test this please |
|
QA tests have started for PR 1904. This patch merges cleanly. |
|
QA results for PR 1904: |
|
Jenkins, test this please. |
|
QA tests have started for PR 1904. This patch merges cleanly. |
|
QA results for PR 1904: |
|
Thanks! I've merged this to master and 1.1 |
it seems that set command does not run by SparkSQLDriver. it runs on hive api. user can not change reduce number by setting spark.sql.shuffle.partitions but i think setting hive properties seems just a role to spark sql. Author: guowei <[email protected]> Closes #1904 from guowei2/temp-branch and squashes the following commits: 7d47dde [guowei] fixed: setting properties like spark.sql.shuffle.partitions does not effective (cherry picked from commit 63d6777) Signed-off-by: Michael Armbrust <[email protected]>
it seems that set command does not run by SparkSQLDriver. it runs on hive api. user can not change reduce number by setting spark.sql.shuffle.partitions but i think setting hive properties seems just a role to spark sql. Author: guowei <[email protected]> Closes apache#1904 from guowei2/temp-branch and squashes the following commits: 7d47dde [guowei] fixed: setting properties like spark.sql.shuffle.partitions does not effective

it seems that set command does not run by SparkSQLDriver. it runs on hive api.
user can not change reduce number by setting spark.sql.shuffle.partitions
but i think setting hive properties seems just a role to spark sql.