Sahil Takiar has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/14432


Change subject: IMPALA-8950: Set overwrite to False by default in fs_client.copy
......................................................................

IMPALA-8950: Set overwrite to False by default in fs_client.copy

test_udfs.py and test_load.py are consistently failing on S3 with
the following error:

E   TypeError: copy() takes exactly 4 arguments (3 given)

The issue is that a new parameter 'overwrite' was added to the method
'HadoopFsCommandLineClient.copy', but with no default value. This patch
fixes the issue by adding 'overwrite=False'.

Testing:
* Ran core tests on S3

Change-Id: I1935e0c92f7402e727ee16596485147cf1a5a516
---
M tests/util/hdfs_util.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/32/14432/1
--
To view, visit http://gerrit.cloudera.org:8080/14432
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1935e0c92f7402e727ee16596485147cf1a5a516
Gerrit-Change-Number: 14432
Gerrit-PatchSet: 1
Gerrit-Owner: Sahil Takiar <[email protected]>

Reply via email to