-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7707/
-----------------------------------------------------------
Review request for hcatalog.
Description
-------
This patch simplifies running HCatalog's end-to-end tests on your local machine.
It takes care of downloading, configuring & starting: Hadoop, Hive, Pig, HBase,
and ZooKeeper.
It does not setup MySQL, passwordless SSH, or install the required perl module.
Users still need to perform these steps. I don't think its appropriate for the
build scripts to do this as it requires making environmental changes that IMHO
a build system should not do.
Note: when applying this patch locally, you need to:
chmod 755 build-support/scripts/e2e-stop-daemons.sh
These permissions are lost when creating the diff.
This addresses bug HCATALOG-535.
https://issues.apache.org/jira/browse/HCATALOG-535
Diffs
-----
.gitignore e421e48
ant/e2e.xml PRE-CREATION
build-support/e2e/conf/hadoop/core-site.xml PRE-CREATION
build-support/e2e/conf/hadoop/hadoop-env.sh PRE-CREATION
build-support/e2e/conf/hadoop/hdfs-site.xml PRE-CREATION
build-support/e2e/conf/hadoop/log4j.properties PRE-CREATION
build-support/e2e/conf/hadoop/mapred-site.xml PRE-CREATION
build-support/e2e/conf/hbase/hbase-site.xml PRE-CREATION
build-support/e2e/conf/hive/hive-site.xml PRE-CREATION
build-support/resources/README PRE-CREATION
build-support/scripts/e2e-stop-daemons.sh PRE-CREATION
build.xml 0d8918d
src/test/e2e/hcatalog/drivers/Util.pm 9c13f06
src/test/e2e/hcatalog/udfs/java/build.xml 6486882
Diff: https://reviews.apache.org/r/7707/diff/
Testing
-------
All e2e tests pass locally, except Pig_Complex_6 which I believe the test
itself has an issue.
Thanks,
Travis Crawford