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
This commit is contained in:
luhuichun 2015-02-11 16:35:31 +08:00
parent 4ab4a449df
commit 93767fe0eb

View File

@ -42,11 +42,14 @@ PACKAGES = [
'impala-server', 'impala-server',
'impala-state-store', 'impala-state-store',
'impala-catalog', 'impala-catalog',
'impala-shell',
'ntp', 'ntp',
'oozie', 'oozie',
'oracle-j2sdk1.7', 'oracle-j2sdk1.7',
'sentry', 'sentry',
'solr-server', 'solr-server',
'solr-doc',
'search',
'spark-history-server', 'spark-history-server',
'sqoop2', 'sqoop2',
'unzip', 'unzip',