[ https://issues.apache.org/jira/browse/HIVE-15794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yuming Wang updated HIVE-15794: ------------------------------- Attachment: HIVE-15794.3.patch > Support get hdfsEncryptionShim if FileSystem is ViewFileSystem > -------------------------------------------------------------- > > Key: HIVE-15794 > URL: https://issues.apache.org/jira/browse/HIVE-15794 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Affects Versions: 1.2.0, 1.1.0, 2.2.0 > Reporter: Yuming Wang > Assignee: Yuming Wang > Attachments: HIVE-15794.1.patch, HIVE-15794.2.patch, > HIVE-15794.3.patch > > > *SQL*: > {code:sql} > hive> create table table2 as select * from table1; > hive> show create table table2; > OK > CREATE TABLE `table2`( > `id` string) > ROW FORMAT SERDE > 'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe' > STORED AS INPUTFORMAT > 'org.apache.hadoop.mapred.TextInputFormat' > OUTPUTFORMAT > 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat' > LOCATION > 'viewfs://cluster4/user/hive/warehouse/table2' > TBLPROPERTIES ( > 'transient_lastDdlTime'='1486050317') > {code} > *LOG*: > {noformat} > 2017-02-02T20:12:49,738 INFO [99374b82-e9ca-4654-b803-93b194b9331b main] > session.SessionState: Could not get hdfsEncryptionShim, it is only applicable > to hdfs filesystem. > 2017-02-02T20:12:49,738 INFO [99374b82-e9ca-4654-b803-93b194b9331b main] > session.SessionState: Could not get hdfsEncryptionShim, it is only applicable > to hdfs filesystem. > {noformat} > Can’t get hdfsEncryptionShim if {{FileSystem}} is > [ViewFileSystem|http://hadoop.apache.org/docs/r2.6.5/hadoop-project-dist/hadoop-hdfs/ViewFs.html], > we should support it. -- This message was sent by Atlassian JIRA (v6.4.14#64029)