You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Zoltan Lanyi (Jira)" <ji...@apache.org> on 2022/06/30 14:02:00 UTC

[jira] [Created] (BIGTOP-3713) Please change Hive python dependency on Debian 11

Zoltan Lanyi created BIGTOP-3713:
------------------------------------

             Summary: Please change Hive python dependency on Debian 11
                 Key: BIGTOP-3713
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3713
             Project: Bigtop
          Issue Type: Bug
          Components: debian
    Affects Versions: 3.1.0
         Environment: Debian 11

Apache Bigtop Release 3.1.0

hive  3.1.2-3
            Reporter: Zoltan Lanyi


Hi,
Debian 11 (bullseye) has removed the "python" package and the '/usr/bin/python' symlink due to the deprecation of Python 2.

we've installed package 'python-is-python3' to manage python script because many tools (Icinga, etc) working only with python 3.x on Debian 11.

but unfortunately  this package make dependency conflict with hive package:

python-is-python3
{noformat}
Depends: python3
Breaks: python, python-is-python2, python-is-python2-but-deprecated, python-minimal
Replaces: python, python-is-python2, python-is-python2-but-deprecated, python-minimal

{noformat}
hive
{noformat}
Depends: adduser, hadoop-client, bigtop-utils (>= 0.7), zookeeper, hive-jdbc (= 3.1.2-3), python

{noformat}

Could you please change ptyhon to python2.7 or would be better to python3 (if possible)

Thanks in advance
Zoltan



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