Dan Hecht has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/10595


Change subject: IMPALA-7099: Don't set FILESYSTEM_PREFIX for s3
......................................................................

IMPALA-7099: Don't set FILESYSTEM_PREFIX for s3

When S3 support was originally added to Impala, Impala still required
that the defaultFs point to HDFS, and so the S3 tests were originally
run as a "secondary" filesystem (which meant that all paths had to be
fully qualified).

Since then, the restriction on defaultFs has been addressed, and
additionally, the S3 test configuration had been changed to run with S3
as the defaultFs. So, setting FILESYSTEM_PREFIX for S3 is no longer
necessary.

Let's remove that so that S3 tests run in a configuration more similar
to HDFS, which will help prevent them from breaking as often (since
precheckin tests run only in the HDFS configuration).

Incidently, this addresses the problem with
test_unsupported_text_compression on S3 since the problem is with the
handling of fully qualified paths.

Change-Id: Iace5fc9557ff6e7d184573beafea694191424742
---
M bin/impala-config.sh
1 file changed, 0 insertions(+), 1 deletion(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iace5fc9557ff6e7d184573beafea694191424742
Gerrit-Change-Number: 10595
Gerrit-PatchSet: 1
Gerrit-Owner: Dan Hecht <dhe...@cloudera.com>

Reply via email to