Sailesh Mukil has uploaded a new change for review. http://gerrit.cloudera.org:8080/3384
Change subject: IMPALA-3737: Local filesystem build failed loading custom schemas ...................................................................... IMPALA-3737: Local filesystem build failed loading custom schemas When a LOCATION that does not have the scheme specified is used, the default FS is used as the filesystem scheme. The default FS is set as 'file:/tmp' for localFS runs, however the Hadoop library seems to ignore the '/tmp' part of the defaultFS for locations without schemes and just uses 'file:'. So the test warehouse is in: 'file:/tmp/test-warehouse' However, the scripts access '/test-warehouse' without the scheme which hadoop translates to: 'file:/test-warehouse' which does not exist. This change disables metadata loading on local filesystem if there is a schema change detected just as it is done in S3 and Isilon too. Change-Id: Ie404079aeb2f837ac8b03244b2019e2c8ee9f221 --- M testdata/bin/create-load-data.sh 1 file changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/84/3384/1 -- To view, visit http://gerrit.cloudera.org:8080/3384 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie404079aeb2f837ac8b03244b2019e2c8ee9f221 Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Sailesh Mukil <[email protected]>
