You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2023/01/08 02:05:52 UTC

[GitHub] [doris-thirdparty] kaka11chen opened a new pull request, #22: [Enhancement] Add HDFS TDE/KMS functions. Now only support HDFS3.

kaka11chen opened a new pull request, #22:
URL: https://github.com/apache/doris-thirdparty/pull/22

   [Enhancement] Add HDFS TDE/KMS functions. 
   
   I have tested hive tables which the file path is under encryption zone with Doris. Now only support HDFS3 by testing. 
   The root cause is HDFS3 Namenode server will return `fileEncryptionInfo` if the file path is under encryption zone when`FileSystem::getFileStatus()` is called. But HDFS2 namenode server doesn't return. It should be able to get similar file encryption information, need more research.


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris-thirdparty] morningman merged pull request #22: [Enhancement] Add HDFS TDE/KMS functions. Now only support HDFS3.

Posted by GitBox <gi...@apache.org>.
morningman merged PR #22:
URL: https://github.com/apache/doris-thirdparty/pull/22


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris-thirdparty] AshinGau commented on pull request #22: [Enhancement] Add HDFS TDE/KMS functions. Now only support HDFS3.

Posted by GitBox <gi...@apache.org>.
AshinGau commented on PR #22:
URL: https://github.com/apache/doris-thirdparty/pull/22#issuecomment-1376639589

   LGTM


-- 
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: dev-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org