Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions bigtop-packages/src/common/hama/patch0-HAMA-1002.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git a/commons/pom.xml b/commons/pom.xml
index 327733630..4166523ca 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -36,6 +36,10 @@
<artifactId>guava</artifactId>
<version>13.0.1</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
</dependencies>

<build>
3 changes: 3 additions & 0 deletions bigtop-packages/src/rpm/hama/SPECS/hama.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Source3: %{name}-bspmaster.init
Source4: %{name}-groom.init
Source5: %{name}.default
Source6: bigtop.bom
#BIGTOP_PATCH_FILES
Requires: hadoop, bigtop-utils, zookeeper

# Disable automatic Requires generation
Expand Down Expand Up @@ -161,6 +162,8 @@ Documentation for Apache Hama
%prep
%setup -n %{name}-%{hama_base_version}

#BIGTOP_PATCH_COMMANDS

%build
bash $RPM_SOURCE_DIR/do-component-build

Expand Down