You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2017/09/23 15:06:09 UTC

bigtop git commit: Fix zeppelin under Centos7

Repository: bigtop
Updated Branches:
  refs/heads/master d660b81c7 -> cb2744d12


Fix zeppelin under Centos7

Signed-off-by: Evans Ye <ev...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/cb2744d1
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/cb2744d1
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/cb2744d1

Branch: refs/heads/master
Commit: cb2744d1280519d45c658123b102c5e538029493
Parents: d660b81
Author: Anton Chevychalov <pu...@mnu.pp.ru>
Authored: Thu Jun 29 17:09:17 2017 +0300
Committer: Evans Ye <ev...@apache.org>
Committed: Sat Sep 23 23:02:20 2017 +0800

----------------------------------------------------------------------
 bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/cb2744d1/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec b/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec
index cf59e98..822503b 100644
--- a/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec
+++ b/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec
@@ -33,6 +33,7 @@
 
 # disable repacking jars
 %define __os_install_post %{nil}
+%define __jar_repack ${nil}
 
 Name: zeppelin
 Version: %{zeppelin_version}
@@ -52,6 +53,7 @@ Source5: zeppelin-env.sh
 Source6: zeppelin.svc
 Requires: bigtop-utils >= 0.7, hadoop-client, spark-core >= 1.5, spark-python >= 1.5
 Requires(preun): /sbin/service
+AutoReq: no
 
 %global initd_dir %{_sysconfdir}/init.d