Hi, First start sqoop server $ bin/sqoop.sh server start After starting for more erros, check sqoop logs in $SQOOP_HOME/server/@LOGDIR@/sqoop.log
Below Sqoop2 documentation link will helps you more 1. http://sqoop.apache.org/docs/1.99.1/Installation.html 2. http://sqoop.apache.org/docs/1.99.1/Sqoop5MinutesDemo.html On Tue, Feb 12, 2013 at 9:07 AM, Monkey2Code <[email protected]> wrote: > hi am newbie, i got below error while running client command > > [oracle@localhost sqoop]$ jps > 4917 TaskTracker > 6542 Bootstrap > 3038 NetworkServerControl > 7093 Jps > 4680 SecondaryNameNode > 4513 DataNode > 4770 JobTracker > 4366 NameNode > [oracle@localhost sqoop]$ bin/sqoop.sh client > Sqoop home directory: /home/oracle/sqoop/sqoop... > Sqoop Shell: Type 'help' or '\h' for help. > > sqoop:000> show version -a > Exception has occurred during processing command > Exception: com.sun.jersey.api.client.UniformInterfaceException Message: > GET http://localhost:8080/sqoop/version returned a response status of 404 > Not Found > sqoop:000> > > > can you please provide your suggestions > > thanks > > > -- Regards Vasanth kumar RJ
