Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
nsivabalan merged PR #18216: URL: https://github.com/apache/hudi/pull/18216 -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
nsivabalan commented on code in PR #18216:
URL: https://github.com/apache/hudi/pull/18216#discussion_r2882335303
##
packaging/bundle-validation/docker_java17/docker_java17_test.sh:
##
@@ -51,49 +51,60 @@ start_datanode () {
echo "::warning::docker_test_java17.sh starting datanode:"$DN
- cat $HADOOP_HOME/hadoop/etc/hdfs-site.xml
- cat $HADOOP_HOME/hadoop/etc/core-site.xml
-
DN_DIR_PREFIX=$DOCKER_TEST_DIR/additional_datanode/
PID_DIR=$DOCKER_TEST_DIR/pid/$1
- if [ -z $DN_DIR_PREFIX ]; then
-mkdir -p $DN_DIR_PREFIX
- fi
-
- if [ -z $PID_DIR ]; then
-mkdir -p $PID_DIR
- fi
-
- export HADOOP_PID_DIR=$PID_PREFIX
+ mkdir -p $DN_DIR_PREFIX $PID_DIR
+ export HADOOP_PID_DIR=$PID_DIR
DN_CONF_OPTS="\
-Dhadoop.tmp.dir=$DN_DIR_PREFIX$DN\
-Ddfs.datanode.address=localhost:5001$DN \
-Ddfs.datanode.http.address=localhost:5008$DN \
-Ddfs.datanode.ipc.address=localhost:5002$DN"
- $HADOOP_HOME/bin/hdfs --daemon start datanode $DN_CONF_OPTS
- $HADOOP_HOME/bin/hdfs dfsadmin -report
+ bash $HADOOP_HOME/bin/hdfs --daemon start datanode $DN_CONF_OPTS
+ bash $HADOOP_HOME/bin/hdfs dfsadmin -report
}
setup_hdfs () {
echo "::warning::docker_test_java17.sh copying hadoop conf"
mv /opt/bundle-validation/tmp-conf-dir/hdfs-site.xml
$HADOOP_HOME/etc/hadoop/hdfs-site.xml
mv /opt/bundle-validation/tmp-conf-dir/core-site.xml
$HADOOP_HOME/etc/hadoop/core-site.xml
- $HADOOP_HOME/bin/hdfs namenode -format
- $HADOOP_HOME/bin/hdfs --daemon start namenode
- echo "::warning::docker_test_java17.sh starting hadoop hdfs"
- $HADOOP_HOME/sbin/start-dfs.sh
+ mkdir -p $DOCKER_TEST_DIR/pid
+ export HADOOP_PID_DIR=$DOCKER_TEST_DIR/pid
Review Comment:
@linliu-code : same question here as well
--
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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
nsivabalan commented on code in PR #18216:
URL: https://github.com/apache/hudi/pull/18216#discussion_r2882300026
##
packaging/bundle-validation/docker_java17/docker_java17_test.sh:
##
@@ -51,49 +51,60 @@ start_datanode () {
echo "::warning::docker_test_java17.sh starting datanode:"$DN
- cat $HADOOP_HOME/hadoop/etc/hdfs-site.xml
- cat $HADOOP_HOME/hadoop/etc/core-site.xml
-
DN_DIR_PREFIX=$DOCKER_TEST_DIR/additional_datanode/
PID_DIR=$DOCKER_TEST_DIR/pid/$1
- if [ -z $DN_DIR_PREFIX ]; then
-mkdir -p $DN_DIR_PREFIX
- fi
-
- if [ -z $PID_DIR ]; then
-mkdir -p $PID_DIR
- fi
-
- export HADOOP_PID_DIR=$PID_PREFIX
+ mkdir -p $DN_DIR_PREFIX $PID_DIR
+ export HADOOP_PID_DIR=$PID_DIR
DN_CONF_OPTS="\
-Dhadoop.tmp.dir=$DN_DIR_PREFIX$DN\
-Ddfs.datanode.address=localhost:5001$DN \
-Ddfs.datanode.http.address=localhost:5008$DN \
-Ddfs.datanode.ipc.address=localhost:5002$DN"
- $HADOOP_HOME/bin/hdfs --daemon start datanode $DN_CONF_OPTS
- $HADOOP_HOME/bin/hdfs dfsadmin -report
+ bash $HADOOP_HOME/bin/hdfs --daemon start datanode $DN_CONF_OPTS
+ bash $HADOOP_HOME/bin/hdfs dfsadmin -report
}
setup_hdfs () {
echo "::warning::docker_test_java17.sh copying hadoop conf"
mv /opt/bundle-validation/tmp-conf-dir/hdfs-site.xml
$HADOOP_HOME/etc/hadoop/hdfs-site.xml
mv /opt/bundle-validation/tmp-conf-dir/core-site.xml
$HADOOP_HOME/etc/hadoop/core-site.xml
- $HADOOP_HOME/bin/hdfs namenode -format
- $HADOOP_HOME/bin/hdfs --daemon start namenode
- echo "::warning::docker_test_java17.sh starting hadoop hdfs"
- $HADOOP_HOME/sbin/start-dfs.sh
+ mkdir -p $DOCKER_TEST_DIR/pid
+ export HADOOP_PID_DIR=$DOCKER_TEST_DIR/pid
- # start datanodes
+ bash $HADOOP_HOME/bin/hdfs namenode -format
Review Comment:
hey @linliu-code : why do we have docker related changes in this patch ?
--
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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18216: URL: https://github.com/apache/hudi/pull/18216#issuecomment-3943696245 ## CI report: * 52c916efd10d0d5868d25cd6472e79c9186edbbc Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=12205) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18216: URL: https://github.com/apache/hudi/pull/18216#issuecomment-3943084666 ## CI report: * c90351b92172fecec19519ad76993596d001ee86 Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=12115) * 52c916efd10d0d5868d25cd6472e79c9186edbbc Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=12205) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18216: URL: https://github.com/apache/hudi/pull/18216#issuecomment-3943077292 ## CI report: * c90351b92172fecec19519ad76993596d001ee86 Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=12115) * 52c916efd10d0d5868d25cd6472e79c9186edbbc UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18216: URL: https://github.com/apache/hudi/pull/18216#issuecomment-3930269798 ## CI report: * c90351b92172fecec19519ad76993596d001ee86 Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=12115) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18216: URL: https://github.com/apache/hudi/pull/18216#issuecomment-3930257158 ## CI report: * c90351b92172fecec19519ad76993596d001ee86 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18216: URL: https://github.com/apache/hudi/pull/18216#issuecomment-3924032972 ## CI report: * 2ba5fabd7f406d8876d10ceae8023a1707af5af2 UNKNOWN * c90351b92172fecec19519ad76993596d001ee86 Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=12115) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18216: URL: https://github.com/apache/hudi/pull/18216#issuecomment-3923479968 ## CI report: * 2ba5fabd7f406d8876d10ceae8023a1707af5af2 UNKNOWN * b0d891c32dac653b3662ddf9fa02e9f662c0ed03 Azure: [SUCCESS](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=12099) * c90351b92172fecec19519ad76993596d001ee86 Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=12115) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18216: URL: https://github.com/apache/hudi/pull/18216#issuecomment-3923454234 ## CI report: * 2ba5fabd7f406d8876d10ceae8023a1707af5af2 UNKNOWN * b0d891c32dac653b3662ddf9fa02e9f662c0ed03 Azure: [SUCCESS](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=12099) * c90351b92172fecec19519ad76993596d001ee86 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18216: URL: https://github.com/apache/hudi/pull/18216#issuecomment-3918391709 ## CI report: * 2ba5fabd7f406d8876d10ceae8023a1707af5af2 UNKNOWN * b0d891c32dac653b3662ddf9fa02e9f662c0ed03 Azure: [SUCCESS](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=12099) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18216: URL: https://github.com/apache/hudi/pull/18216#issuecomment-3918022639 ## CI report: * 24e8cb7aa99b16ecb792d5d10344152eb8451eac Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=12097) * 2ba5fabd7f406d8876d10ceae8023a1707af5af2 UNKNOWN * b0d891c32dac653b3662ddf9fa02e9f662c0ed03 Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=12099) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18216: URL: https://github.com/apache/hudi/pull/18216#issuecomment-3917911267 ## CI report: * 24e8cb7aa99b16ecb792d5d10344152eb8451eac Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=12097) * 2ba5fabd7f406d8876d10ceae8023a1707af5af2 UNKNOWN * b0d891c32dac653b3662ddf9fa02e9f662c0ed03 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18216: URL: https://github.com/apache/hudi/pull/18216#issuecomment-3917832949 ## CI report: * 24e8cb7aa99b16ecb792d5d10344152eb8451eac Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=12097) * 2ba5fabd7f406d8876d10ceae8023a1707af5af2 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18216: URL: https://github.com/apache/hudi/pull/18216#issuecomment-3917825485 ## CI report: * 24e8cb7aa99b16ecb792d5d10344152eb8451eac UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18154: URL: https://github.com/apache/hudi/pull/18154#issuecomment-3875826847 ## CI report: * 3d8aee538a5f8d27b2822bc69353d76e2ee22301 Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11875) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
nsivabalan merged PR #14319: URL: https://github.com/apache/hudi/pull/14319 -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18154: URL: https://github.com/apache/hudi/pull/18154#issuecomment-3874778102 ## CI report: * 3d8aee538a5f8d27b2822bc69353d76e2ee22301 Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11875) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18154: URL: https://github.com/apache/hudi/pull/18154#issuecomment-3874760437 ## CI report: * 3d8aee538a5f8d27b2822bc69353d76e2ee22301 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #18154: URL: https://github.com/apache/hudi/pull/18154#issuecomment-3874206015 ## CI report: * 9b552b2089cc489c0d4df09b6e8c01ebe483553a UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
linliu-code closed pull request #18153: fix: Set credentials for Hive metastore based lock provider URL: https://github.com/apache/hudi/pull/18153 -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
linliu-code commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3863029366 > hey @linliu-code : can you link the 1.x patch in PR desc. This is from Aditya's local commit: https://github.com/apache/hudi/commit/638a1adb6c4a3af45b2e1168e1a8bab100bd90ea -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
linliu-code commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3863028179 > hey @linliu-code : can you link the 1.x patch in PR desc. This is the local commit from Aditya: https://github.com/apache/hudi/pull/13575/commits/638a1adb6c4a3af45b2e1168e1a8bab100bd90ea -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3863028162 ## CI report: * 00eb9e68fd6340fc46fec24579a4ea839413 Azure: [SUCCESS](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11791) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3862909199 ## CI report: * ec4a817a6062f9ca8cb52c403d1d9e1e1ef5322e Azure: [SUCCESS](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11786) * 00eb9e68fd6340fc46fec24579a4ea839413 Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11791) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3862881550 ## CI report: * ec4a817a6062f9ca8cb52c403d1d9e1e1ef5322e Azure: [SUCCESS](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11786) * 00eb9e68fd6340fc46fec24579a4ea839413 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3862853604 ## CI report: * 87ab45c64b144bce96513726ff9df027fabae13c Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11782) * ec4a817a6062f9ca8cb52c403d1d9e1e1ef5322e Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11786) * 00eb9e68fd6340fc46fec24579a4ea839413 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3862672645 ## CI report: * 87ab45c64b144bce96513726ff9df027fabae13c Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11782) * ec4a817a6062f9ca8cb52c403d1d9e1e1ef5322e Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11786) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3862660043 ## CI report: * 87ab45c64b144bce96513726ff9df027fabae13c Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11782) * ec4a817a6062f9ca8cb52c403d1d9e1e1ef5322e UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3862590491 ## CI report: * 87ab45c64b144bce96513726ff9df027fabae13c Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11782) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3862333472 ## CI report: * 345e7244d900a5eeeaf202ee59c604cda938e581 Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11768) * 87ab45c64b144bce96513726ff9df027fabae13c Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11782) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3862319525 ## CI report: * 345e7244d900a5eeeaf202ee59c604cda938e581 Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11768) * 87ab45c64b144bce96513726ff9df027fabae13c UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3860836527 ## CI report: * 345e7244d900a5eeeaf202ee59c604cda938e581 Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11768) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3860625630 ## CI report: * f9ea402d972c03f86ccc752d3aa4f6ccb1060c2d Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11748) * 345e7244d900a5eeeaf202ee59c604cda938e581 Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11768) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3860608321 ## CI report: * f9ea402d972c03f86ccc752d3aa4f6ccb1060c2d Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11748) * 345e7244d900a5eeeaf202ee59c604cda938e581 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3858390454 ## CI report: * f9ea402d972c03f86ccc752d3aa4f6ccb1060c2d Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11748) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3857847659 ## CI report: * 9362936b46a091d9f6236ad8440b77a413f83c5e Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11736) * f9ea402d972c03f86ccc752d3aa4f6ccb1060c2d Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11748) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3857538625 ## CI report: * 0782fc77552c44fd4858de842b183fd79136283d Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11718) * 9362936b46a091d9f6236ad8440b77a413f83c5e Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11736) * f9ea402d972c03f86ccc752d3aa4f6ccb1060c2d Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11748) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3857528171 ## CI report: * 0782fc77552c44fd4858de842b183fd79136283d Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11718) * 9362936b46a091d9f6236ad8440b77a413f83c5e Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11736) * f9ea402d972c03f86ccc752d3aa4f6ccb1060c2d UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3857178243 ## CI report: * 0782fc77552c44fd4858de842b183fd79136283d Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11718) * 9362936b46a091d9f6236ad8440b77a413f83c5e Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11736) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3857169035 ## CI report: * 0782fc77552c44fd4858de842b183fd79136283d Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11718) * 9362936b46a091d9f6236ad8440b77a413f83c5e UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3856993182 ## CI report: * 0782fc77552c44fd4858de842b183fd79136283d Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11718) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
linliu-code commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3856851151 > ## CI report: > * [e7b470d](https://github.com/apache/hudi/commit/e7b470d86c455ad6e9c639c4c2a30997a239) Azure: [SUCCESS](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11157) > * [0782fc7](https://github.com/apache/hudi/commit/0782fc77552c44fd4858de842b183fd79136283d) Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11718) > > Bot commands This is from Aditya's local commit: https://github.com/apache/hudi/pull/13575/commits/638a1adb6c4a3af45b2e1168e1a8bab100bd90ea -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3856844425 ## CI report: * e7b470d86c455ad6e9c639c4c2a30997a239 Azure: [SUCCESS](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11157) * 0782fc77552c44fd4858de842b183fd79136283d Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11718) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3856823368 ## CI report: * e7b470d86c455ad6e9c639c4c2a30997a239 Azure: [SUCCESS](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11157) * 0782fc77552c44fd4858de842b183fd79136283d UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
nsivabalan commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3852186891 hey @linliu-code : can you link the 1.x patch in PR desc. -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3762502141 ## CI report: * e7b470d86c455ad6e9c639c4c2a30997a239 Azure: [SUCCESS](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11157) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3762440295 ## CI report: * bce17b15ceadafbc4014ac8cbf3d4ce3c23abe65 Azure: [SUCCESS](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11156) * e7b470d86c455ad6e9c639c4c2a30997a239 Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11157) Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3762431263 ## CI report: * bce17b15ceadafbc4014ac8cbf3d4ce3c23abe65 Azure: [SUCCESS](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11156) * e7b470d86c455ad6e9c639c4c2a30997a239 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
Re: [PR] fix: Set credentials for Hive metastore based lock provider [hudi]
hudi-bot commented on PR #14319: URL: https://github.com/apache/hudi/pull/14319#issuecomment-3762293302 ## CI report: * 8490e7c9a48be6859762673ee83bf2265af62285 Azure: [FAILURE](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11152) * bce17b15ceadafbc4014ac8cbf3d4ce3c23abe65 Azure: [PENDING](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=11156) * e7b470d86c455ad6e9c639c4c2a30997a239 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build -- 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]
