You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/07/15 01:52:27 UTC

[GitHub] [hudi] yihua opened a new pull request, #6114: [HUDI-4401] Skip HBase version check

yihua opened a new pull request, #6114:
URL: https://github.com/apache/hudi/pull/6114

   ## What is the purpose of the pull request
   
   This PR changes the `hbase.defaults.for.version.skip` config to true instead of false as default in `hbase-site.xml` under `hudi-common/src/main/resources` to skip the HBase version check to avoid any inconvenience caused by the `RuntimeException` due to version mismatch if multiple versions of HBase library are present in the class path.
   
   ## Brief change log
   
   - Changes the `hbase.defaults.for.version.skip` config to true and adds notes in `hbase-site.xml` under `hudi-common/src/main/resources`
   
   ## Verify this pull request
   
   This pull request is already covered by existing tests.
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


-- 
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-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6114: [HUDI-4401] Skip HBase version check

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6114:
URL: https://github.com/apache/hudi/pull/6114#issuecomment-1190726661

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "43d3b020fb845e22aac0b7016e17f975d3839c8b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9937",
       "triggerID" : "43d3b020fb845e22aac0b7016e17f975d3839c8b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1f40fe88d272726cb576177e1469e878f20e4579",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10102",
       "triggerID" : "1f40fe88d272726cb576177e1469e878f20e4579",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1f40fe88d272726cb576177e1469e878f20e4579 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10102) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6114: [HUDI-4401] Skip HBase version check

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6114:
URL: https://github.com/apache/hudi/pull/6114#issuecomment-1185093868

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "43d3b020fb845e22aac0b7016e17f975d3839c8b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9937",
       "triggerID" : "43d3b020fb845e22aac0b7016e17f975d3839c8b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 43d3b020fb845e22aac0b7016e17f975d3839c8b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9937) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6114: [HUDI-4401] Skip HBase version check

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6114:
URL: https://github.com/apache/hudi/pull/6114#issuecomment-1185092010

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "43d3b020fb845e22aac0b7016e17f975d3839c8b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "43d3b020fb845e22aac0b7016e17f975d3839c8b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 43d3b020fb845e22aac0b7016e17f975d3839c8b UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6114: [HUDI-4401] Skip HBase version check

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6114:
URL: https://github.com/apache/hudi/pull/6114#issuecomment-1185152205

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "43d3b020fb845e22aac0b7016e17f975d3839c8b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9937",
       "triggerID" : "43d3b020fb845e22aac0b7016e17f975d3839c8b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 43d3b020fb845e22aac0b7016e17f975d3839c8b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9937) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] yihua commented on pull request #6114: [HUDI-4401] Skip HBase version check

Posted by GitBox <gi...@apache.org>.
yihua commented on PR #6114:
URL: https://github.com/apache/hudi/pull/6114#issuecomment-1190591716

   > is it works in both spark and flink? @yihua
   
   This should work for both Spark and Flink.


-- 
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-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6114: [HUDI-4401] Skip HBase version check

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6114:
URL: https://github.com/apache/hudi/pull/6114#issuecomment-1190615698

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "43d3b020fb845e22aac0b7016e17f975d3839c8b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9937",
       "triggerID" : "43d3b020fb845e22aac0b7016e17f975d3839c8b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1f40fe88d272726cb576177e1469e878f20e4579",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10102",
       "triggerID" : "1f40fe88d272726cb576177e1469e878f20e4579",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 43d3b020fb845e22aac0b7016e17f975d3839c8b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9937) 
   * 1f40fe88d272726cb576177e1469e878f20e4579 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10102) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] fengjian428 commented on pull request #6114: [HUDI-4401] Skip HBase version check

Posted by GitBox <gi...@apache.org>.
fengjian428 commented on PR #6114:
URL: https://github.com/apache/hudi/pull/6114#issuecomment-1185241218

   is it works in both spark and flink? @yihua 


-- 
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-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6114: [HUDI-4401] Skip HBase version check

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6114:
URL: https://github.com/apache/hudi/pull/6114#issuecomment-1190611249

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "43d3b020fb845e22aac0b7016e17f975d3839c8b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9937",
       "triggerID" : "43d3b020fb845e22aac0b7016e17f975d3839c8b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1f40fe88d272726cb576177e1469e878f20e4579",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1f40fe88d272726cb576177e1469e878f20e4579",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 43d3b020fb845e22aac0b7016e17f975d3839c8b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9937) 
   * 1f40fe88d272726cb576177e1469e878f20e4579 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] umehrot2 merged pull request #6114: [HUDI-4401] Skip HBase version check

Posted by GitBox <gi...@apache.org>.
umehrot2 merged PR #6114:
URL: https://github.com/apache/hudi/pull/6114


-- 
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-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org