You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/09/16 08:59:00 UTC

[GitHub] [iceberg] liuhd666 opened a new issue #3128: how create iceberg hive catalog kerberos

liuhd666 opened a new issue #3128:
URL: https://github.com/apache/iceberg/issues/3128


   Is that so?
   
   SET iceberg.catalog.another_hive.type=hive;
   SET iceberg.catalog.another_hive.uri=thrift://xxx:9083;
   SET iceberg.catalog.another_hive.clients=10;
   SET iceberg.catalog.another_hive.warehouse=hdfs://xxx/hive_db; SET iceberg.catalog.another_hive.hadoop.hive.metastore.kerberos.keytab.file=xxx.keytab;
   SET iceberg.catalog.another_hive.hadoop.hive.metastore.kerberos.principal=xxx


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] liuhd666 commented on issue #3128: how create iceberg hive catalog kerberos

Posted by GitBox <gi...@apache.org>.
liuhd666 commented on issue #3128:
URL: https://github.com/apache/iceberg/issues/3128#issuecomment-920805177


   > @liuhd666: Currently it is not possible to provide different credentials for the second metastore.
   > 
   > To enable this we would need something similar for Hive that has been created here for spark: #2607 - #2792
   
   


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] liuhd666 removed a comment on issue #3128: how create iceberg hive catalog kerberos

Posted by GitBox <gi...@apache.org>.
liuhd666 removed a comment on issue #3128:
URL: https://github.com/apache/iceberg/issues/3128#issuecomment-920805177


   > @liuhd666: Currently it is not possible to provide different credentials for the second metastore.
   > 
   > To enable this we would need something similar for Hive that has been created here for spark: #2607 - #2792
   
   


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] pvary commented on issue #3128: how create iceberg hive catalog kerberos

Posted by GitBox <gi...@apache.org>.
pvary commented on issue #3128:
URL: https://github.com/apache/iceberg/issues/3128#issuecomment-920796701


   @liuhd666: Currently it is not possible to provide different credentials for the second metastore.
   
   To enable this we would need something similar for Hive that has been created here for spark: #2607 - #2792


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] pvary commented on issue #3128: how create iceberg hive catalog kerberos

Posted by GitBox <gi...@apache.org>.
pvary commented on issue #3128:
URL: https://github.com/apache/iceberg/issues/3128#issuecomment-920796901


   CC: @marton-bod 


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] pvary edited a comment on issue #3128: how create iceberg hive catalog kerberos

Posted by GitBox <gi...@apache.org>.
pvary edited a comment on issue #3128:
URL: https://github.com/apache/iceberg/issues/3128#issuecomment-920796901


   CC: @marton-bod, @RussellSpitzer, @kbendick 


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] liuhd666 closed issue #3128: how create iceberg hive catalog kerberos

Posted by GitBox <gi...@apache.org>.
liuhd666 closed issue #3128:
URL: https://github.com/apache/iceberg/issues/3128


   


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] liuhd666 commented on issue #3128: how create iceberg hive catalog kerberos

Posted by GitBox <gi...@apache.org>.
liuhd666 commented on issue #3128:
URL: https://github.com/apache/iceberg/issues/3128#issuecomment-920810316


   > @liuhd666: Currently it is not possible to provide different credentials for the second metastore.
   > 
   > To enable this we would need something similar for Hive that has been created here for spark: #2607 - #2792
   
   it's not work that using a HiveCatalog that corresponds to the metastore configured in the Hive environment : #3127


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] liuhd666 edited a comment on issue #3128: how create iceberg hive catalog kerberos

Posted by GitBox <gi...@apache.org>.
liuhd666 edited a comment on issue #3128:
URL: https://github.com/apache/iceberg/issues/3128#issuecomment-920810316


   > @liuhd666: Currently it is not possible to provide different credentials for the second metastore.
   > 
   > To enable this we would need something similar for Hive that has been created here for spark: #2607 - #2792
   
   @pvary it's not work that using a HiveCatalog that corresponds to the metastore configured in the Hive environment : #3127


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org