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-14674][SQL] Move HiveContext.hiveconf to HiveSessionState #12431

Closed
wants to merge 2 commits into from

Conversation

andrewor14
Copy link
Contributor

What changes were proposed in this pull request?

This is just cleanup. This allows us to remove HiveContext later without inflating the diff too much.

How was this patch tested?

No change in functionality.

@SparkQA
Copy link

SparkQA commented Apr 15, 2016

Test build #55968 has finished for PR 12431 at commit 6e47197.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Apr 16, 2016

Test build #55980 has finished for PR 12431 at commit 1436889.

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

@andrewor14 andrewor14 closed this Apr 17, 2016
@andrewor14 andrewor14 deleted the move-hiveconf branch April 17, 2016 02:20
ghost pushed a commit to dbtsai/spark that referenced this pull request Apr 18, 2016
## What changes were proposed in this pull request?

This is just cleanup. This allows us to remove HiveContext later without inflating the diff too much. This PR fixes the conflicts of apache#12431. It also removes the `def hiveConf` from `HiveSqlParser`. So, we will pass the HiveConf associated with a session explicitly instead of relying on Hive's `SessionState` to pass `HiveConf`.

## How was this patch tested?
Existing tests.

Closes apache#12431

Author: Andrew Or <andrew@databricks.com>
Author: Yin Huai <yhuai@databricks.com>

Closes apache#12449 from yhuai/hiveconf.
lw-lin pushed a commit to lw-lin/spark that referenced this pull request Apr 20, 2016
## What changes were proposed in this pull request?

This is just cleanup. This allows us to remove HiveContext later without inflating the diff too much. This PR fixes the conflicts of apache#12431. It also removes the `def hiveConf` from `HiveSqlParser`. So, we will pass the HiveConf associated with a session explicitly instead of relying on Hive's `SessionState` to pass `HiveConf`.

## How was this patch tested?
Existing tests.

Closes apache#12431

Author: Andrew Or <andrew@databricks.com>
Author: Yin Huai <yhuai@databricks.com>

Closes apache#12449 from yhuai/hiveconf.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants