Re: Error: Could not find or load main class org.apache.predictionio.tools.console.Console

2017-08-31 Thread Pat Ferrel
Downloading and building PIO is not sufficient to run it. You must also install all of it’s dependencies, services like Spark, HDFS, … The last concrete issue I saw from you was HDFS not running. PIO requires that HDFS is running as well as the other services before you can start it. Go back

Re: Error: Could not find or load main class org.apache.predictionio.tools.console.Console

2017-08-30 Thread Pat Ferrel
Can you explain how you installed and what your problem is? The link below doesn’t contain much information. On Aug 29, 2017, at 9:02 PM, Paritosh Piplewar wrote: Yes I'm running pio from inside bin directory. Sent from my iPhone On 30-Aug-2017, at 3:41 AM, Mars

Re: Error: Could not find or load main class org.apache.predictionio.tools.console.Console

2017-08-29 Thread Paritosh Piplewar
Yes I'm running pio from inside bin directory. Sent from my iPhone On 30-Aug-2017, at 3:41 AM, Mars Hall > wrote: I've seen this error occur when an old `pio` command is used with a newer install of PredictionIO. Are you running the

Re: Error: Could not find or load main class org.apache.predictionio.tools.console.Console

2017-08-29 Thread Mars Hall
I've seen this error occur when an old `pio` command is used with a newer install of PredictionIO. Are you running the `pio` command from the `bin/` directory inside your fresh PredictionIO? I've seen folks add "PredictionIO-dist/bin/" to their $PATH, so running `pio` is a simple command. This

Re: I get "Error: Could not find or load main class org.apache.predictionio.tools.console.Console"

2017-05-09 Thread Some idoit on the internet
yeah, I did something wrong, but I don't know what On Tue, May 9, 2017 at 10:32 AM, Donald Szeto wrote: > Did you build your source according to http://predictionio. > incubator.apache.org/install/install-sourcecode/ ? > > On Mon, May 8, 2017 at 7:51 PM Some idoit on the