achennagiri opened a new pull request #2824: URL: https://github.com/apache/hive/pull/2824
The code to create a standalone beeline tarball was created as part of this ticket https://issues.apache.org/jira/browse/HIVE-24348. However, a bug was reported in the case when the beeline is tried to install without the hadoop installed. The beeline script complains of missing dependencies when it is run. ### What changes were proposed in this pull request? The beeline script can be run with/without hadoop installed. All the required dependencies are bundled into a single downloadable tar file. `mvn clean package install -Pdist -Pitests -DskipTests -Denforcer.skip=true` generates something along the lines of **apache-hive-beeline-4.0.0-SNAPSHOT.tar.gz** in the **packaging/target** folder. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
