You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Taras Bobrovytsky (JIRA)" <ji...@apache.org> on 2017/11/16 03:14:00 UTC

[jira] [Created] (IMPALA-6199) Flaky test: metadata/test_hdfs_permissions.py

Taras Bobrovytsky created IMPALA-6199:
-----------------------------------------

             Summary: Flaky test: metadata/test_hdfs_permissions.py
                 Key: IMPALA-6199
                 URL: https://issues.apache.org/jira/browse/IMPALA-6199
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 2.11.0
            Reporter: Taras Bobrovytsky
            Priority: Critical


TestHdfsPermissions.test_insert_into_read_only_table failed on a nightly Isilon build with the following error message:
{code}
 TestHdfsPermissions.test_insert_into_read_only_table[exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: text/none] 
[gw1] linux2 -- Python 2.6.6 /data/jenkins/workspace/impala-umbrella-build-and-test-isilon/repos/Impala/bin/../infra/python/env/bin/python
metadata/test_hdfs_permissions.py:73: in test_insert_into_read_only_table
    self.hdfs_client.delete_file_dir('test-warehouse/%s' % TEST_TBL, recursive=True)
util/hdfs_util.py:90: in delete_file_dir
    if not self.exists(path):
util/hdfs_util.py:138: in exists
    self.get_file_dir_status(path)
util/hdfs_util.py:102: in get_file_dir_status
    return super(PyWebHdfsClientWithChmod, self).get_file_dir_status(path)
../infra/python/env/lib/python2.6/site-packages/pywebhdfs/webhdfs.py:338: in get_file_dir_status
    _raise_pywebhdfs_exception(response.status_code, response.content)
../infra/python/env/lib/python2.6/site-packages/pywebhdfs/webhdfs.py:477: in _raise_pywebhdfs_exception
    raise errors.PyWebHdfsException(msg=message)
E   PyWebHdfsException: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
E   <html><head>
E   <title>403 Forbidden</title>
E   </head><body>
E   <h1>Forbidden</h1>
E   <p>You don't have permission to access /v1/html/500Text.html
E   on this server.</p>
E   </body></html>
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)