You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2022/06/03 18:57:00 UTC

[jira] [Created] (IMPALA-11336) Kill off code related to old unsupported platforms

Joe McDonnell created IMPALA-11336:
--------------------------------------

             Summary: Kill off code related to old unsupported platforms
                 Key: IMPALA-11336
                 URL: https://issues.apache.org/jira/browse/IMPALA-11336
             Project: IMPALA
          Issue Type: Improvement
          Components: Infrastructure
    Affects Versions: Impala 4.2.0
            Reporter: Joe McDonnell


There are still some references to redhat6 and other old versions in the code base. Since these are no longer supported, we should clean them up.
{noformat}
$ git grep "redhat6"
bin/bootstrap_system.sh:    echo "Identified redhat6 system."
bin/bootstrap_system.sh:function redhat6 {
bin/bootstrap_system.sh:redhat6 sudo yum install -y python-devel python-setuptools python-argparse
bin/bootstrap_system.sh:  redhat6 sudo service sshd start
bin/bootstrap_system.sh:redhat6 sudo service postgresql initdb
bin/bootstrap_system.sh:redhat6 sudo service postgresql stop
bin/bootstrap_system.sh:redhat6 sudo service postgresql start
bin/bootstrap_system.sh:redhat6 sudo sed -i 's,\*\s*soft\s*nproc\s*[0-9]*$,* soft nproc unlimited,' \
bin/bootstrap_toolchain.py:  OsMapping("centos6", "ec2-package-centos-6", "redhat6"),
bin/bootstrap_toolchain.py:  OsMapping("redhatenterpriseserver6", "ec2-package-centos-6", "redhat6"),
tests/common/skip.py:  redhat6 = pytest.mark.skipif(IS_REDHAT_6_DERIVATIVE,
tests/custom_cluster/test_admission_controller.py:  @SkipIfOS.redhat6
tests/custom_cluster/test_admission_controller.py:  @SkipIfOS.redhat6
tests/custom_cluster/test_admission_controller.py:  @SkipIfOS.redhat6

{noformat}
We should also look for any other unsupported versions: Ubuntu 12/13/14/15, Centos 5, Centos 6, SLES 11, Debian 6/7, etc. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org