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

[Impala-CR](cdh5-2.5.0_5.7.0) IMPALA-3075: Remove -only_metastore option from run-hive-server.sh

Taras Bobrovytsky has uploaded a new change for review.

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

Change subject: IMPALA-3075: Remove -only_metastore option from run-hive-server.sh
......................................................................

IMPALA-3075: Remove -only_metastore option from run-hive-server.sh

For some filesystems (like Isilon) run-hive-server.sh should only start
the metastore and not hiveserver2. Before this patch, this decision is
made in run-all.sh. Move this decision to run-hive-server.sh, it makes
it simpler to stop and start hive processes during tests.

Change-Id: I152c4cbc64938fcb4c998daec9556fdca8473d78
---
M testdata/bin/run-all.sh
M testdata/bin/run-hive-server.sh
M tests/catalog_service/test_hms_failure.py
3 files changed, 9 insertions(+), 35 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I152c4cbc64938fcb4c998daec9556fdca8473d78
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-2.5.0_5.7.0
Gerrit-Owner: Taras Bobrovytsky <tb...@cloudera.com>