crs4 / pydoop

A Python MapReduce and HDFS API for Hadoop
Apache License 2.0
236 stars 59 forks source link

Could not find or load main class it.crs4.pydoop.mapreduce.pipes.Submitter #325

Closed Veljodije closed 6 years ago

Veljodije commented 6 years ago

@ilveroluca @simleo Hi, When i run pydoop script wc.py /user/.../wordcount/data/text /user/.../wordcount/output i'm getting Error: Could not find or load main class it.crs4.pydoop.mapreduce.pipes.Submitter but when i open pydoop.jar class it.crs4.pydoop.mapreduce.pipes.Submitter exists there. Do You know maybe what is the problem? Thank You.