[ https://issues.apache.org/jira/browse/PHOENIX-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15959803#comment-15959803 ]
Josh Elser commented on PHOENIX-3748: ------------------------------------- [~sunoj72] can you update the patch with that change, please? :) If you can do that, I'll test this locally and commit it (assuming all goes according to plan) > sqlline.py, sqlline-thin.py are using the wrong variables. > ---------------------------------------------------------- > > Key: PHOENIX-3748 > URL: https://issues.apache.org/jira/browse/PHOENIX-3748 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.6.0, 4.8.0 > Reporter: Soonho Kim > Priority: Trivial > Labels: patch > Attachments: PHOENIX-3748.patch > > > It seems that the hbase_config_path variable in the sqlline.py and > sqlline-thin.py scripts, are looking for invalid values. > These variables should use the value "phoenix_utils.hbase_conf_dir" instead > of "phoenix_utils.current_dir". > -hbase_config_path = os.getenv('HBASE_CONF_DIR', phoenix_utils.current_dir) > +hbase_config_path = os.getenv('HBASE_CONF_DIR', phoenix_utils.hbase_conf_dir) -- This message was sent by Atlassian JIRA (v6.3.15#6346)