Repository: bigtop Updated Branches: refs/heads/master a72e6514d -> 7acce75fa
BIGTOP-2958: Tez should use appropriate profile for Hadoop shims Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/7acce75f Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/7acce75f Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/7acce75f Branch: refs/heads/master Commit: 7acce75fab8eb8acf168f43bcabfddf75209fd08 Parents: a72e651 Author: Youngwoo Kim <[email protected]> Authored: Tue Dec 12 14:03:33 2017 +0900 Committer: Youngwoo Kim <[email protected]> Committed: Tue Dec 12 14:03:33 2017 +0900 ---------------------------------------------------------------------- bigtop-packages/src/common/tez/do-component-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/7acce75f/bigtop-packages/src/common/tez/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/tez/do-component-build b/bigtop-packages/src/common/tez/do-component-build index c3d06c9..f49f090 100644 --- a/bigtop-packages/src/common/tez/do-component-build +++ b/bigtop-packages/src/common/tez/do-component-build @@ -20,7 +20,7 @@ set -xe BUILD_TEZ_OPTS="clean package \ -Dtar -Dhadoop.version=${HADOOP_VERSION} \ --Phadoop26 \ +-Phadoop27 \ -DskipTests" mvn ${BUILD_TEZ_OPTS} "$@"
