You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Sailesh Mukil (Code Review)" <ge...@cloudera.org> on 2016/04/09 01:03:44 UTC

[Impala-CR](cdh5-trunk) IMPALA-3324: Hive server does not start for S3 builds.

Sailesh Mukil has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2741

Change subject: IMPALA-3324: Hive server does not start for S3 builds.
......................................................................

IMPALA-3324: Hive server does not start for S3 builds.

The hive server does not start for S3 builds because HDFS is marked
as an unsupported service in testdata/cluster/admin; and so HDFS is
not started at all, and so the Hive server is unable to start as well.
Due to this, all our S3 builds fail.
Currently our S3 builds need HDFS to run correctly.

(This has to be reverted once IMPALA-1850 goes in, because then S3 can
run as a default FS without HDFS)

Change-Id: Ibda9dc3ef895c2aa4d39eb5694ac5f2dbd83bee4
---
M testdata/cluster/admin
1 file changed, 2 insertions(+), 1 deletion(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibda9dc3ef895c2aa4d39eb5694ac5f2dbd83bee4
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Sailesh Mukil <sa...@cloudera.com>