From 93767fe0eb71773eb358d999e7a0bc0c31ba782c Mon Sep 17 00:00:00 2001 From: luhuichun Date: Wed, 11 Feb 2015 16:35:31 +0800 Subject: [PATCH] Add impala shell solr package in the cdh plugin Currently we support cdh 5.3 , more services package should be added in the plugin Change-Id: I4b71ed0e3363e419be7b95ef6f468ac4a70e2ee3 Closes-bug: #1420583 --- sahara/plugins/cdh/v5_3_0/deploy.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sahara/plugins/cdh/v5_3_0/deploy.py b/sahara/plugins/cdh/v5_3_0/deploy.py index e215359f..26f9a42b 100644 --- a/sahara/plugins/cdh/v5_3_0/deploy.py +++ b/sahara/plugins/cdh/v5_3_0/deploy.py @@ -42,11 +42,14 @@ PACKAGES = [ 'impala-server', 'impala-state-store', 'impala-catalog', + 'impala-shell', 'ntp', 'oozie', 'oracle-j2sdk1.7', 'sentry', 'solr-server', + 'solr-doc', + 'search', 'spark-history-server', 'sqoop2', 'unzip',