Nick Dimiduk created AMBARI-14023:
-------------------------------------
Summary: Phoenix command line tool support
Key: AMBARI-14023
URL: https://issues.apache.org/jira/browse/AMBARI-14023
Project: Ambari
Issue Type: Improvement
Components: stacks
Affects Versions: 2.1.3
Reporter: Nick Dimiduk
Phoenix client scripts appear to be installed where ever HBase client is
installed. However, those scripts are not available in the path, a la
{{/usr/bin/hbase}} is available in the path. The user must manually:
- specify JAVA_HOME
- place java in the path
- invoke sqlline.py via pull path specification
- explicitly provide hbase connection details
A script in {{/usr/bin}} should:
- consume in ambari provided JAVA_HOME and java
- provide sqlline.py in the path
- use cluster connection details as default when no connection information is
provided on the command line
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)