kiwenlau / hadoop-cluster-docker

Run Hadoop Custer within Docker Containers
Apache License 2.0
1.79k stars 856 forks source link

Fix class problem and add preserved mode #54

Open agicquel opened 6 years ago

agicquel commented 6 years ago

Hello there,

the HADOOP_CLASSPATH variable was missing and cause the "Could not find or load main class com.sun.tools.javac.Main" error when compiling. I've also add a preserved start container mode because I personally want to keep my data from previous launch.

Regards, Antoine