iwasakims commented on a change in pull request #703:
URL: https://github.com/apache/bigtop/pull/703#discussion_r579755839
##########
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:
`./gradlew hadoop-pkg` failed with the following error.
```
+ cp -ra
/home/centos/srcs/bigtop/build/hadoop/rpm/BUILD/hadoop-3.2.2-src/build/share/hadoop/yarn/webapps
/home/centos/srcs/bigtop/build/hadoop/rpm/BUILDROOT/hadoop-3.2.2-1.el7.x86_64/usr/lib/hadoop-yarn/
cp: cannot stat
'/home/centos/srcs/bigtop/build/hadoop/rpm/BUILD/hadoop-3.2.2-src/build/share/hadoop/yarn/webapps':
No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.PviJ3q (%install)
```
----------------------------------------------------------------
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:
[email protected]