[jira] [Commented] (HIVE-10638) HIVE-9736 introduces issues with Hadoop23Shims.checkFileAccess

2015-05-06 Thread Sushanth Sowmyan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-10638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14531723#comment-14531723
 ] 

Sushanth Sowmyan commented on HIVE-10638:
-

Marking as blocker for branch-1.2.

 HIVE-9736 introduces issues with Hadoop23Shims.checkFileAccess
 --

 Key: HIVE-10638
 URL: https://issues.apache.org/jira/browse/HIVE-10638
 Project: Hive
  Issue Type: Bug
Reporter: Sushanth Sowmyan

 Copy-pasting [~spena]'s comment in HIVE-9736:
 Hi [~mithun]
 This patch is causing the above tests to fail due to the change on 
 {{Hadoop23Shims.checkFileAccess(FileSystem fs, IteratorFileStatus statuses, 
 EnumSetFsAction actions)}}. 
 The line that fails is {{accessMethod.invoke(fs, statuses.next(), 
 combine(actions));}}
 I an running hadoop 2.6.0, and the FileSystem.access() object accepts a Path 
 and FsAction. When I run the code that checks patch permissions, I get this 
 error: 
 {noformat}
 hive explain select * from a join b on a.id = b.id;
 FAILED: SemanticException Unable to determine if 
 hdfs://localhost:9000/user/hive/warehouse/a is read only: 
 java.lang.IllegalArgumentException: argument type mismatch
 {noformat}
 Is there a follow-up jira for this error?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-10638) HIVE-9736 introduces issues with Hadoop23Shims.checkFileAccess

2015-05-06 Thread Sushanth Sowmyan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-10638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14531802#comment-14531802
 ] 

Sushanth Sowmyan commented on HIVE-10638:
-

Closing this bug, and revert-reopening HIVE-9736 to track it there.

 HIVE-9736 introduces issues with Hadoop23Shims.checkFileAccess
 --

 Key: HIVE-10638
 URL: https://issues.apache.org/jira/browse/HIVE-10638
 Project: Hive
  Issue Type: Bug
Reporter: Sushanth Sowmyan

 Copy-pasting [~spena]'s comment in HIVE-9736:
 Hi [~mithun]
 This patch is causing the above tests to fail due to the change on 
 {{Hadoop23Shims.checkFileAccess(FileSystem fs, IteratorFileStatus statuses, 
 EnumSetFsAction actions)}}. 
 The line that fails is {{accessMethod.invoke(fs, statuses.next(), 
 combine(actions));}}
 I an running hadoop 2.6.0, and the FileSystem.access() object accepts a Path 
 and FsAction. When I run the code that checks patch permissions, I get this 
 error: 
 {noformat}
 hive explain select * from a join b on a.id = b.id;
 FAILED: SemanticException Unable to determine if 
 hdfs://localhost:9000/user/hive/warehouse/a is read only: 
 java.lang.IllegalArgumentException: argument type mismatch
 {noformat}
 Is there a follow-up jira for this error?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)