Repository: bigtop Updated Branches: refs/heads/master 57984b6a9 -> 895ecd5de
BIGTOP-2722. Remove workaround allowing build by root in Tez Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/895ecd5d Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/895ecd5d Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/895ecd5d Branch: refs/heads/master Commit: 895ecd5deb59e5e81bb4ec729c556c43499c7031 Parents: 57984b6 Author: Evans Ye <[email protected]> Authored: Mon Mar 27 19:08:14 2017 +0000 Committer: Evans Ye <[email protected]> Committed: Tue Mar 28 10:15:45 2017 +0800 ---------------------------------------------------------------------- bigtop-packages/src/common/tez/do-component-build | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/895ecd5d/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 8701e5b..9318cd0 100644 --- a/bigtop-packages/src/common/tez/do-component-build +++ b/bigtop-packages/src/common/tez/do-component-build @@ -31,8 +31,6 @@ if [ $HOSTTYPE = "powerpc64le" ] ; then sed -i "s|<frontend-maven-plugin.version>.*</frontend-maven-plugin.version>|<frontend-maven-plugin.version>1.1</frontend-maven-plugin.version>|" pom.xml fi -sed -i '/--remove-unnecessary-resolutions=false/a\\t\t<argument>--allow-root</argument>' tez-ui/pom.xml - BUILD_TEZ_OPTS="clean package \ -Dtar -Dhadoop.version=${HADOOP_VERSION} \ -Phadoop26 \
