David Knupp created IMPALA-8481:
-----------------------------------
Summary: 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
Reporter: David Knupp
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)