Taras Bobrovytsky has submitted this change and it was merged. Change subject: IMPALA-3698: Fix Isilon permissions test ......................................................................
IMPALA-3698: Fix Isilon permissions test Isilon OneFS 8.0 introduces a regression where a ConnectionRefusedException is thrown if the table directory permission is set to 444. This patch fixes the problem by changing the table directory permissions to 544 for Isilon in the read only table test. Change-Id: Ie5ed082133ad3ca35a7f68fa4be118a0e59270b8 Reviewed-on: http://gerrit.cloudera.org:8080/3433 Reviewed-by: David Knupp <[email protected]> Tested-by: Taras Bobrovytsky <[email protected]> --- M tests/metadata/test_hdfs_permissions.py 1 file changed, 6 insertions(+), 2 deletions(-) Approvals: David Knupp: Looks good to me, approved Taras Bobrovytsky: Verified -- To view, visit http://gerrit.cloudera.org:8080/3433 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie5ed082133ad3ca35a7f68fa4be118a0e59270b8 Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Taras Bobrovytsky <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Taras Bobrovytsky <[email protected]>
