You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2021/03/01 06:26:49 UTC

[GitHub] [bigtop] qizhu-lucas commented on a change in pull request #703: BIGTOP-3456: Add hadoop-yarn-router and hadoop-hdfs-dfsrouter to hadoop services

qizhu-lucas commented on a change in pull request #703:
URL: https://github.com/apache/bigtop/pull/703#discussion_r584471214



##########
File path: bigtop-packages/src/common/hadoop/install_hadoop.sh
##########
@@ -221,6 +221,7 @@ chmod 644 ${HADOOP_DIR}/lib/*.jar ${MAPREDUCE_DIR}/lib/*.jar ${HDFS_DIR}/lib/*.j
 
 # Install webapps
 cp -ra ${BUILD_DIR}/share/hadoop/hdfs/webapps ${HDFS_DIR}/
+cp -ra ${BUILD_DIR}/share/hadoop/yarn/webapps ${YARN_DIR}/

Review comment:
       Thanks @iwasakims for review.
   I have fixed it to add -Pyarn-ui in bigtop-packages/src/common/hadoop/do-component-build.
   

##########
File path: bigtop-packages/src/common/hadoop/install_hadoop.sh
##########
@@ -221,6 +221,7 @@ chmod 644 ${HADOOP_DIR}/lib/*.jar ${MAPREDUCE_DIR}/lib/*.jar ${HDFS_DIR}/lib/*.j
 
 # Install webapps
 cp -ra ${BUILD_DIR}/share/hadoop/hdfs/webapps ${HDFS_DIR}/
+cp -ra ${BUILD_DIR}/share/hadoop/yarn/webapps ${YARN_DIR}/

Review comment:
       Thanks @iwasakims for review.
   I have fixed it to add -Pyarn-ui in bigtop-packages/src/common/hadoop/do-component-build.
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org