-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-3826][SQL]enable hive-thriftserver to support hive-0.13.1 #2685
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
Closed
Closed
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
ae47489
update and fix conflicts
scwf 7c66b8e
update pom according spark-2706
scwf c6da3ce
Merge branch 'master' of https://github.com/apache/spark into shim-th…
scwf dfd1c63
update run-tests to run hive-0.12.0 default now
scwf 0bc53aa
fixed when result filed is null
scwf 4b681f4
enable thriftserver in profile hive-0.13.1
scwf 13afde0
fix small bug
scwf 41f727b
revert pom changes
scwf f48d3a5
Merge branch 'master' of https://github.com/apache/spark into shim-th…
scwf f51ff4e
update and fix conflicts
scwf 3529e98
move hive module to hive profile
scwf 52674a4
sql/hive included since examples depend on it
scwf c359822
reuse getCommandProcessor in hiveshim
scwf bcf943f
Merge branch 'master' of https://github.com/apache/spark into shim-th…
scwf f7c93ae
adding build with hive 0.13 before running tests
scwf 0d7f6cf
address comments
scwf 8a4daf2
minor fix
scwf fa21d09
clean package assembly/assembly
scwf 18fb1ff
exclude kryo in hive pom
scwf 578234d
use new shaded hive
scwf f5cac74
remove local hivecontext test
scwf f26f3be
remove clean to save time
scwf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually don't think this is compiling against Hive 0.12 right now... is it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think it's against 0.12 because
BUILD_MVN_PROFILE_ARGS="$SBT_MAVEN_PROFILES_ARGS -Phive -Phive-0.12.0"
, right?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be,
BUILD_MVN_PROFILE_ARGS
is defined above with-Phive-0.12.0
: