Updated Branches: refs/heads/master 73f381278 -> 9f575c959
BIGTOP-1085. spark packages needs to be split Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/9f575c95 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/9f575c95 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/9f575c95 Branch: refs/heads/master Commit: 9f575c959c6b49c3f2d874284eb6300596929272 Parents: 73f3812 Author: Roman Shaposhnik <[email protected]> Authored: Fri Nov 22 14:59:38 2013 -0800 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Nov 22 14:59:38 2013 -0800 ---------------------------------------------------------------------- bigtop-packages/src/common/spark/do-component-build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/9f575c95/bigtop-packages/src/common/spark/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/spark/do-component-build b/bigtop-packages/src/common/spark/do-component-build index c19fff1..0593333 100644 --- a/bigtop-packages/src/common/spark/do-component-build +++ b/bigtop-packages/src/common/spark/do-component-build @@ -15,11 +15,7 @@ # limitations under the License. set -ex -mv debian d -tar xzvf ~/src/q.tgz -rm -rf debian -mv d debian -exit 0 + . `dirname $0`/bigtop.bom if [ "x$SCALA_HOME" = "x" ]; then
