Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-09-11 Thread via GitHub
danny0405 merged PR #11931: URL: https://github.com/apache/hudi/pull/11931 -- 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: commits-unsubscr...@hudi.apac

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-09-11 Thread via GitHub
hudi-bot commented on PR #11931: URL: https://github.com/apache/hudi/pull/11931#issuecomment-2345277962 ## CI report: * 43b68a6cb268fb71fa7aea7b50cf2f05db8a1897 Azure: [SUCCESS](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=414)

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-09-11 Thread via GitHub
hudi-bot commented on PR #11931: URL: https://github.com/apache/hudi/pull/11931#issuecomment-2345215580 ## CI report: * 43b68a6cb268fb71fa7aea7b50cf2f05db8a1897 Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=414)

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-09-11 Thread via GitHub
hudi-bot commented on PR #11931: URL: https://github.com/apache/hudi/pull/11931#issuecomment-2345214527 ## CI report: * 43b68a6cb268fb71fa7aea7b50cf2f05db8a1897 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run th

[PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-09-11 Thread via GitHub
prabodh1194 opened a new pull request, #11931: URL: https://github.com/apache/hudi/pull/11931 ### Change Logs I noticed that although the variable for path to auxlib is defined, it is not being used correctly. So running the CLI from repo-root kept redownloading the jakarta jars. The

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-09-05 Thread via GitHub
prabodh1194 closed pull request #11628: [MINOR] fix the target location for auxlib download in hudi CLI URL: https://github.com/apache/hudi/pull/11628 -- 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

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-09-05 Thread via GitHub
prabodh1194 commented on PR #11628: URL: https://github.com/apache/hudi/pull/11628#issuecomment-204944 this is not much needed. will close this. -- 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 t

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-07-27 Thread via GitHub
prabodh1194 commented on PR #11628: URL: https://github.com/apache/hudi/pull/11628#issuecomment-2254342326 @yihua , I'll make updates later today IST 😃. Thanks for following up. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-07-26 Thread via GitHub
yihua commented on code in PR #11628: URL: https://github.com/apache/hudi/pull/11628#discussion_r1693873977 ## packaging/hudi-cli-bundle/hudi-cli-with-bundle.sh: ## @@ -38,9 +38,15 @@ HUDI_CONF_DIR="${DIR}"/conf HUDI_AUX_LIB="${DIR}"/auxlib if [ ! -d $HUDI_AUX_LIB ]; then -

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-07-16 Thread via GitHub
prabodh1194 commented on code in PR #11628: URL: https://github.com/apache/hudi/pull/11628#discussion_r1680301602 ## packaging/hudi-cli-bundle/hudi-cli-with-bundle.sh: ## @@ -38,9 +38,15 @@ HUDI_CONF_DIR="${DIR}"/conf HUDI_AUX_LIB="${DIR}"/auxlib if [ ! -d $HUDI_AUX_LIB ]; t

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-07-16 Thread via GitHub
bvaradar commented on code in PR #11628: URL: https://github.com/apache/hudi/pull/11628#discussion_r1680160012 ## packaging/hudi-cli-bundle/hudi-cli-with-bundle.sh: ## @@ -38,9 +38,15 @@ HUDI_CONF_DIR="${DIR}"/conf HUDI_AUX_LIB="${DIR}"/auxlib if [ ! -d $HUDI_AUX_LIB ]; then

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-07-15 Thread via GitHub
prabodh1194 commented on code in PR #11628: URL: https://github.com/apache/hudi/pull/11628#discussion_r1678187890 ## packaging/hudi-cli-bundle/hudi-cli-with-bundle.sh: ## @@ -38,9 +38,15 @@ HUDI_CONF_DIR="${DIR}"/conf HUDI_AUX_LIB="${DIR}"/auxlib if [ ! -d $HUDI_AUX_LIB ]; t

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-07-15 Thread via GitHub
prabodh1194 commented on code in PR #11628: URL: https://github.com/apache/hudi/pull/11628#discussion_r1678187890 ## packaging/hudi-cli-bundle/hudi-cli-with-bundle.sh: ## @@ -38,9 +38,15 @@ HUDI_CONF_DIR="${DIR}"/conf HUDI_AUX_LIB="${DIR}"/auxlib if [ ! -d $HUDI_AUX_LIB ]; t

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-07-15 Thread via GitHub
CTTY commented on code in PR #11628: URL: https://github.com/apache/hudi/pull/11628#discussion_r1678168918 ## packaging/hudi-cli-bundle/hudi-cli-with-bundle.sh: ## @@ -38,9 +38,15 @@ HUDI_CONF_DIR="${DIR}"/conf HUDI_AUX_LIB="${DIR}"/auxlib if [ ! -d $HUDI_AUX_LIB ]; then -

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-07-13 Thread via GitHub
hudi-bot commented on PR #11628: URL: https://github.com/apache/hudi/pull/11628#issuecomment-2227047795 ## CI report: * d57782938c183d8d9ba3039e4be32c3a284fc89e Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=24

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-07-13 Thread via GitHub
hudi-bot commented on PR #11628: URL: https://github.com/apache/hudi/pull/11628#issuecomment-2227033491 ## CI report: * d57782938c183d8d9ba3039e4be32c3a284fc89e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=24

Re: [PR] [MINOR] fix the target location for auxlib download in hudi CLI [hudi]

2024-07-13 Thread via GitHub
hudi-bot commented on PR #11628: URL: https://github.com/apache/hudi/pull/11628#issuecomment-2227015741 ## CI report: * d57782938c183d8d9ba3039e4be32c3a284fc89e UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run th