[ 
https://issues.apache.org/jira/browse/IMPALA-8481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16831813#comment-16831813
 ] 

ASF subversion and git services commented on IMPALA-8481:
---------------------------------------------------------

Commit f22445fdb266ea6e835892d9a0885b283c84ca0c in impala's branch 
refs/heads/master from David Knupp
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=f22445f ]

IMPALA-8481: Pass username in test_hbase_col_filter

This test will fail if run against a deployed cluster, since the
default using running the test may not have the correct permissions.

Confirmed fix by running the test on a local minicluster build, as
well as on the deployed cluster.

Change-Id: Ib9f6c51b8b30087c56c0499923604e1484239468
Reviewed-on: http://gerrit.cloudera.org:8080/13214
Reviewed-by: Tim Armstrong <tarmstr...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> test_hbase_col_filter failing on deployed clusters due to permissions error
> ---------------------------------------------------------------------------
>
>                 Key: IMPALA-8481
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8481
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 3.3.0
>            Reporter: David Knupp
>            Assignee: David Knupp
>            Priority: Critical
>             Fix For: Impala 3.3.0
>
>
> When running test_hbase_queries against a deployed cluster, the default user 
> on the machine running the tests may not have the correct access permission 
> on the cluster, which causes this test to fail.
> {noformat}
> query_test/test_hbase_queries.py:89: in test_hbase_col_filter
>     self.run_stmt_in_hive(add_data)
> common/impala_test_suite.py:800: in run_stmt_in_hive
>     raise RuntimeError(stderr)
> [...]
> E   INFO  : Query ID = 
> hive_20190501001622_fa3a9f39-7d32-49da-ba1d-084911730a2f
> E   INFO  : Total jobs = 1
> E   INFO  : Starting task [Stage-0:DDL] in serial mode
> E   INFO  : Launching Job 1 out of 1
> E   INFO  : Starting task [Stage-1:MAPRED] in serial mode
> E   INFO  : Number of reduce tasks is set to 0 since there's no reduce 
> operator
> E   ERROR : Job Submission failed with exception 
> 'org.apache.hadoop.security.AccessControlException(Permission denied: 
> user=jenkins, access=WRITE, inode="/user":hdfs:supergroup:drwxr-xr-x...)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to