iwasakims commented on PR #1094: URL: https://github.com/apache/bigtop/pull/1094#issuecomment-1483677920
> In addition, i found hbase is still normal even thoes soft link error, this is puzzling. It works because [the classpath set by hbase CLI contains classpath of Hadoop](https://github.com/apache/hbase/blob/rel/2.4.13/bin/hbase#L337-L352), I guess. ``` [root@5593b54af887 hbase]# hbase classpath | sed -z 's/:/\n/g' /etc/hbase/conf /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.362.b09-2.el8_7.x86_64/lib/tools.jar /usr/lib/hbase /usr/lib/hbase/lib/shaded-clients/hbase-shaded-client-byo-hadoop-2.4.13.jar /usr/lib/hbase/lib/client-facing-thirdparty/audience-annotations-0.5.0.jar /usr/lib/hbase/lib/client-facing-thirdparty/commons-logging-1.2.jar /usr/lib/hbase/lib/client-facing-thirdparty/htrace-core4-4.2.0-incubating.jar /usr/lib/hbase/lib/client-facing-thirdparty/jcl-over-slf4j-1.7.33.jar /usr/lib/hbase/lib/client-facing-thirdparty/jul-to-slf4j-1.7.33.jar /usr/lib/hbase/lib/client-facing-thirdparty/reload4j-1.2.19.jar /usr/lib/hbase/lib/client-facing-thirdparty/slf4j-api-1.7.33.jar /usr/lib/hbase/lib/client-facing-thirdparty/slf4j-reload4j-1.7.33.jar /etc/hadoop/conf /usr/lib/hadoop/lib/* /usr/lib/hadoop/.//* /usr/lib/hadoop-hdfs/./ /usr/lib/hadoop-hdfs/lib/* /usr/lib/hadoop-hdfs/.//* /usr/lib/hadoop-mapreduce/.//* /usr/lib/hadoop-yarn/./ /usr/lib/hadoop-yarn/lib/* /usr/lib/hadoop-yarn/.//* /etc/hadoop/conf ``` Let me investigate whether we still need those symlinks. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
