This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 0df29b410 IMPALA-12283: Remove Hive libs from PYTHONPATH
new e62043c1f IMPALA-12287: Use old INSERT OVERWRITE TABLE syntax for Hive
dataload
new a281d8eb8 IMPALA-12284: Use Maven's batch mode when building jamm
new 8d0ab2b68 IMPALA-10262: RPM/DEB Packaging Support
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 110 +++++++++++++++++++++
be/src/service/CMakeLists.txt | 4 +
bin/bootstrap_system.sh | 2 +-
bin/impala-config.sh | 3 +
bin/jenkins/build-all-flag-combinations.sh | 2 +
bin/rat_exclude_files.txt | 3 +
buildall.sh | 12 +++
docker/install_os_packages.sh | 47 +++++++--
java/CMakeLists.txt | 2 +-
package/bin/impala-env.sh | 85 ++++++++++++++++
.../bin/start-catalogd.sh | 26 +++--
package/bin/start-impalad.sh | 49 +++++++++
.../bin/start-statestored.sh | 25 +++--
.../bin/stop-catalogd.sh | 6 +-
.../add_override.sh => package/bin/stop-impalad.sh | 6 +-
.../bin/stop-statestored.sh | 6 +-
package/conf/catalogd_flags | 13 +++
package/conf/core-site.xml | 20 ++++
.../conf/fair-scheduler.xml | 4 +-
package/conf/hdfs-site.xml | 40 ++++++++
package/conf/hive-site.xml | 20 ++++
package/conf/impalad_flags | 16 +++
.../conf/llama-site.xml | 1 +
package/conf/statestore_flags | 7 ++
.../functional/functional_schema_template.sql | 16 +--
25 files changed, 479 insertions(+), 46 deletions(-)
create mode 100644 package/bin/impala-env.sh
copy testdata/bin/copy-data-sources.sh => package/bin/start-catalogd.sh (52%)
create mode 100755 package/bin/start-impalad.sh
copy testdata/bin/copy-data-sources.sh => package/bin/start-statestored.sh
(55%)
copy bin/cmake_aux/add_override.sh => package/bin/stop-catalogd.sh (87%)
copy bin/cmake_aux/add_override.sh => package/bin/stop-impalad.sh (87%)
copy bin/cmake_aux/add_override.sh => package/bin/stop-statestored.sh (87%)
create mode 100644 package/conf/catalogd_flags
create mode 100644 package/conf/core-site.xml
copy fe/src/test/resources/fair-scheduler-empty.xml =>
package/conf/fair-scheduler.xml (55%)
create mode 100644 package/conf/hdfs-site.xml
create mode 100644 package/conf/hive-site.xml
create mode 100644 package/conf/impalad_flags
copy fe/src/test/resources/llama-site-empty.xml => package/conf/llama-site.xml
(98%)
create mode 100644 package/conf/statestore_flags