Kengo Seki created BIGTOP-3829:
----------------------------------

             Summary: The Phoenix component should have python3 as its 
dependency
                 Key: BIGTOP-3829
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3829
             Project: Bigtop
          Issue Type: Improvement
          Components: phoenix
            Reporter: Kengo Seki
            Assignee: Shuhei Yamasaki


I tried to run sqlline.py after deploying Phoenix on Rocky 8, but I found that 
the python executable wasn't there. It should be installed as Phoenix's 
dependency.

{code}
$ ./docker-hadoop.sh -d -C config_rockylinux-8.yaml -r 
file:///bigtop-home/output -G -k zookeeper,hdfs,hbase,phoenix -c 3

...

$ ./docker-hadoop.sh -e 1 /usr/lib/phoenix/bin/sqlline.py
env: 'python': No such file or directory
$ ./docker-hadoop.sh -e 1 which python
which: no python in 
(/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
$ ./docker-hadoop.sh -e 1 which python2
which: no python2 in 
(/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
$ ./docker-hadoop.sh -e 1 which python3
which: no python3 in 
(/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to