You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/26 08:21:09 UTC

[GitHub] [hadoop-ozone] cxorm commented on a change in pull request #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning.

cxorm commented on a change in pull request #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning.
URL: https://github.com/apache/hadoop-ozone/pull/91#discussion_r339291838
 
 

 ##########
 File path: hadoop-ozone/common/src/main/shellprofile.d/hadoop-ozone-manager.sh
 ##########
 @@ -19,8 +19,10 @@ if [[ "${HADOOP_SHELL_EXECNAME}" == ozone ]]; then
 fi
 
 _ozone_manager_hadoop_finalize() {
-  if [[ "${HADOOP_CLASSNAME}" == "org.apache.hadoop.ozone.om.OzoneManagerStarter" ]]; then
-   echo "Ozone Manager classpath extended by ${OZONE_MANAGER_CLASSPATH}"
-   hadoop_add_classpath "${OZONE_MANAGER_CLASSPATH}"
+  if [[ "${HADOOP_CLASSNAME}" == "org.apache.hadoop.ozone.om.OzoneManagerStarter" ]] &
 
 Review comment:
   Thank @adoroszlai  for the suggest.
   Fixed.

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org