Hi Kishore, First of all, thank you for your interest in Tajo.
Your error message "Could not find or load main class org.apache.tajo.master.TajoMaster." may indicates that there is no class files or jar files. Did you build Tajo? 0.2 release is a source release. If you didn't compile it, you couldn't launch a tajo cluster. If you want to read getting started tutorial, please see the below link. http://tajo.incubator.apache.org/tajo-0.2.0-doc.html#GettingStarted Cheers, Hyunsik On Mon, Dec 9, 2013 at 7:23 PM, Kishore kumar <[email protected]> wrote: > Gave the user permissions on tajo home dir, localhost password issue > resolved, pls help me on the Error: Could not find or load main class > org.apache.tajo.master.TajoMaster. > > Thanks, > Kishore. > > > On Mon, Dec 9, 2013 at 2:56 PM, Kishore kumar <[email protected]> wrote: > >> Hi, >> >> I installed tajo-0.2.0-incubating version, >> >> when i run asking localhost password, I am using hadoop w/o any problem by >> configure ssh with localhost, I checked log the error is >> Error: Could not find or load main class >> org.apache.tajo.master.TajoMaster. >> >> >> sudo ./start-tajo.sh >> starting master, logging to >> /usr/local/tajo/tajo-0.2.0-incubating/tajo-dist/src/main/bin/../logs/tajo-root-master-kishore-Vostro-1550.out >> Error: Could not find or load main class org.apache.tajo.master.TajoMaster >> root@localhost's password: >> root@localhost's password: localhost: Permission denied, please try again. >> >> root@localhost's password: localhost: Permission denied, please try again. >> >> localhost: Permission denied (publickey,password). >> >> any help ? >> >> Thanks, >> Kishore. >> >>
