mikewalch commented on a change in pull request #200: Updates for Hadoop 3
URL: https://github.com/apache/fluo-uno/pull/200#discussion_r222706851
 
 

 ##########
 File path: bin/impl/setup-hadoop.sh
 ##########
 @@ -36,23 +36,36 @@ print_to_console "    * ResourceManager status: 
http://localhost:8088/";
 print_to_console "    * view logs at $HADOOP_LOG_DIR"
 
 rm -rf "$INSTALL"/hadoop-*
-rm -f "$HADOOP_LOG_DIR"/*
-rm -rf "$HADOOP_LOG_DIR"/application_*
+rm -rf "$HADOOP_LOG_DIR"/*
 rm -rf "$DATA_DIR"/hadoop
 mkdir -p "$HADOOP_LOG_DIR"
 
 tar xzf "$DOWNLOADS/$HADOOP_TARBALL" -C "$INSTALL"
 
 hadoop_conf="$HADOOP_HOME"/etc/hadoop
-cp "$UNO_HOME"/conf/hadoop/* "$hadoop_conf/"
+cp "$UNO_HOME"/conf/hadoop/core-site.xml "$hadoop_conf/"
 
 Review comment:
   This is a good idea. I will work on it and do it as another PR.  It can be 
done for Accumulo too.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to