Repository: bigtop
Updated Branches:
  refs/heads/master c922418d7 -> fa2f09df3


BIGTOP-2066: init-hdfs.sh is broken by recent hadoop update


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

Branch: refs/heads/master
Commit: fa2f09df398289ac656968bb1182b3d4e3b4e84e
Parents: c922418
Author: Olaf Flebbe <[email protected]>
Authored: Tue Sep 22 12:46:41 2015 +0000
Committer: Olaf Flebbe <[email protected]>
Committed: Tue Sep 22 20:01:02 2015 +0200

----------------------------------------------------------------------
 bigtop-packages/src/common/hadoop/init-hdfs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/fa2f09df/bigtop-packages/src/common/hadoop/init-hdfs.sh
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/hadoop/init-hdfs.sh 
b/bigtop-packages/src/common/hadoop/init-hdfs.sh
index 1f111a3..fff52d5 100755
--- a/bigtop-packages/src/common/hadoop/init-hdfs.sh
+++ b/bigtop-packages/src/common/hadoop/init-hdfs.sh
@@ -34,7 +34,7 @@ fi
 
 HADOOP_LIB_DIR=/usr/lib/hadoop/lib
 HDFS_LIB_DIR=/usr/lib/hadoop-hdfs/lib
-HADOOP_DEPENDENCIES="commons-logging*.jar guava*.jar 
commons-configuration*.jar commons-collections*.jar slf4j-api*.jar 
protobuf-java*.jar commons-lang*.jar"
+HADOOP_DEPENDENCIES="commons-logging*.jar commons-io*.jar guava*.jar 
commons-configuration*.jar commons-collections*.jar slf4j-api*.jar 
protobuf-java*.jar commons-lang*.jar servlet-api-2.5.jar"
 HDFS_DEPENDENCIES="htrace-core*.jar"
 for i in /usr/lib/hadoop/*.jar; do CLASSPATH=$CLASSPATH:$i; done
 CLASSPATH=/etc/hadoop/conf:$CLASSPATH:/usr/lib/hadoop-hdfs/hadoop-hdfs.jar

Reply via email to