iwasakims commented on pull request #4052:
URL: https://github.com/apache/hadoop/pull/4052#issuecomment-1061681458


   Tarball built by `mvn clean install -DskipTests -Pdist` worked as expected 
for launching pseudo-distributed cluster and running example MR jobs.
   
   ```
   $ bin/hadoop classpath --glob | sed -z 's/:/\n/g' | grep log4j
   $ bin/hadoop classpath --glob | sed -z 's/:/\n/g' | grep reload4j
   /home/rocky/dist/HADOOP-18088/share/hadoop/common/lib/reload4j-1.2.18.3.jar
   
/home/rocky/dist/HADOOP-18088/share/hadoop/common/lib/slf4j-reload4j-1.7.35.jar
   /home/rocky/dist/HADOOP-18088/share/hadoop/hdfs/lib/reload4j-1.2.18.3.jar
   /home/rocky/dist/HADOOP-18088/share/hadoop/hdfs/lib/slf4j-reload4j-1.7.35.jar
   ```
   
   Running tutorial code on `spark-shell --master yarn` with 
spark-3.2.1-bin-without-hadoop worked same as tarball of Hadoop 3.3.2.
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to