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 2021/09/07 08:04:48 UTC

[GitHub] [hudi] test-wangxiaoyu opened a new pull request #3611: [HUDI-2402]Hive Sync supports Kerberos authentication

test-wangxiaoyu opened a new pull request #3611:
URL: https://github.com/apache/hudi/pull/3611


   For Hive with Kerberos enabled, THE HMS of HUDI cannot access the Hive metadata
   Hive.get(configuration).getMSC()
   Methods before
   Perform Kerberos authentication on the Flink client
   Set the parameters for enabling Kerberos authentication and the configuration parameters for transmitting hive Principal to Hive
   I added two parameters
   1.hive_sync.use_kerberos
   2.hive_sync.kerberos_principal
   Use the following method to enable Hive Kerberos access control
   CREATE TABLE t2(
   Uuid VARCHAR (20),
   The name VARCHAR (10),
   The age INT,
   Ts TIMESTAMP (3),
   ` partition ` VARCHAR (20)
   )
   PARTITIONED BY (`partition`)
   with(
   'connector' = 'hudi',
   'hive_sync.enable'='true',
   'hive_sync.db'='test',
   'hive_sync.table'='t2',
   'hive_sync.mode'='hms',
   'path' = 'hdfs://ip:8020/warehouse/hudi/t2',
   'hive_sync.metastore.uris'='thrift://ip:9083',
   'hive_sync.use_kerberos' = 'true',
   'hive_sync.kerberos_principal' = 'hive/_HOST@BIGDATA'
   )


-- 
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 #3611: [HUDI-2402]Hive Sync supports Kerberos authentication

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "178767948e906f673d6d4a357c65c11bc574f619",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "178767948e906f673d6d4a357c65c11bc574f619",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 178767948e906f673d6d4a357c65c11bc574f619 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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] test-wangxiaoyu closed pull request #3611: [HUDI-2402]Hive Sync supports Kerberos authentication

Posted by GitBox <gi...@apache.org>.
test-wangxiaoyu closed pull request #3611:
URL: https://github.com/apache/hudi/pull/3611


   


-- 
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 edited a comment on pull request #3611: [HUDI-2402]Hive Sync supports Kerberos authentication

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3611:
URL: https://github.com/apache/hudi/pull/3611#issuecomment-914085520


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