nrg4878 opened a new pull request #1852:
URL: https://github.com/apache/hive/pull/1852
1) Changes to use java to execute beeline if HADOOP_HOME is not
set
2) POM changes to build an uber beeline-with-dependencies jar
3) Eliminates some of the not required jars in classpath for
beeline.
### What changes were proposed in this pull request?
1) Changes to use java to execute beeline if HADOOP_HOME is not
set
2) POM changes to build an uber beeline-with-dependencies jar
3) Eliminates some of the not required jars in classpath for
beeline.
### Why are the changes needed?
Currently beeline has a bunch of dependencies on other jars, some required
and some unnecessary. beeline script also uses HADOOP_HOME to execute beeline
class. This adds some other jars to the classpath that makes it hard to run
beeline on an edge node. This fix is a first pass at building a standalone jar
with all needed dependencies and also make it work using "java" when
HADOOP_HOME is not set.
### Does this PR introduce _any_ user-facing change?
NO
### How was this patch tested?
Manually.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]