bvaradar commented on a change in pull request #918: [HUDI-121] : Address
comments during RC2 voting
URL: https://github.com/apache/incubator-hudi/pull/918#discussion_r327904862
##########
File path: packaging/hudi-timeline-server-bundle/run_server.sh
##########
@@ -19,13 +19,35 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
#Ensure we pick the right jar even for hive11 builds
-HOODIE_JAR=`ls -c $DIR/target/hudi-timeline-*.jar | grep -v test | head -1`
+HOODIE_JAR=`ls -c $DIR/target/hudi-timeline-server-bundle-*.jar | grep -v test
| head -1`
Review comment:
@vinothchandar I think there are other scripts like this (For e:g
run_hive_sync). Let me create a jira and do all of this move separately. Other
changes also involves updating demo documentation.
----------------------------------------------------------------
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]
With regards,
Apache Git Services