mirror of
https://github.com/apache/impala.git
synced 2025-12-19 09:58:28 -05:00
This modifies bin/single_node_perf_run.py to stop using the sh python package. It replaces sh with calls to subprocess. It stops installing sh for both the Python 2 and 3 virtualenvs. Testing: - Ran perf-AB-test job with it and examined the logs Change-Id: Ic5f9316a5d83c5c0dc37d4a94c55b6a655765fe3 Reviewed-on: http://gerrit.cloudera.org:8080/23600 Reviewed-by: Riza Suminto <riza.suminto@cloudera.com> Reviewed-by: Jason Fehr <jfehr@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
68 lines
1.8 KiB
Plaintext
68 lines
1.8 KiB
Plaintext
# Licensed to the Apache Software Foundation (ASF) under one
|
|
# or more contributor license agreements. See the NOTICE file
|
|
# distributed with this work for additional information
|
|
# regarding copyright ownership. The ASF licenses this file
|
|
# to you under the Apache License, Version 2.0 (the
|
|
# "License"); you may not use this file except in compliance
|
|
# with the License. You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing,
|
|
# software distributed under the License is distributed on an
|
|
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
# KIND, either express or implied. See the License for the
|
|
# specific language governing permissions and limitations
|
|
# under the License.
|
|
|
|
# To download requirements use the download_requirements script in this dir.
|
|
|
|
# Dependents are indented. Dependents that have multiple parents are not listed
|
|
# multiple times (though maybe they could be).
|
|
|
|
allpairspy == 2.5.0
|
|
argparse == 1.4.0
|
|
future == 0.18.3
|
|
hdfs == 2.0.2
|
|
docopt == 0.6.2
|
|
execnet == 1.4.0
|
|
apipkg == 1.4
|
|
impyla == 0.21a3
|
|
bitarray == 2.3.0
|
|
pure-sasl == 0.6.2
|
|
# six == 1.14.0 (specified separately)
|
|
thrift_sasl == 0.4.3
|
|
kerberos == 1.3.1
|
|
pexpect == 3.3
|
|
pg8000 == 1.10.2
|
|
prettytable == 0.7.2
|
|
prometheus-client == 0.12.0
|
|
psutil == 5.6.3
|
|
pyparsing == 2.4.7
|
|
pytest == 2.9.2
|
|
py == 1.4.32
|
|
pytest-forked == 0.2
|
|
pytest-runner == 4.2
|
|
pytest-xdist == 1.17.1
|
|
pytest-timeout == 1.2.1
|
|
python-magic == 0.4.11
|
|
pywebhdfs == 0.3.2
|
|
pbr == 3.1.1
|
|
requests == 2.21.0
|
|
chardet == 3.0.4
|
|
idna == 2.8
|
|
urllib3 == 1.24.2
|
|
certifi == 2020.12.5
|
|
sasl == 0.2.1
|
|
six == 1.14.0
|
|
sqlparse == 0.3.1
|
|
texttable == 0.8.3
|
|
virtualenv == 16.7.10
|
|
avro==1.10.2
|
|
thrift==0.16.0
|
|
distro==1.6.0
|
|
|
|
# Required for Kudu:
|
|
Cython == 0.29.14
|
|
pytz == 2020.1
|