Another possible way that is feasible for Sqoop 1.x is to use Sqoop.run(args) 
[1] method directly in your application. Please note that such usage is not 
supported and requires additional work on your application side - you need to 
make sure that all jars are on the classpath with all hadoop configuration 
files, ...

Jarcec

Links:
1: 
https://github.com/apache/sqoop/blob/trunk/src/java/org/apache/sqoop/Sqoop.java#L120

On Wed, Mar 27, 2013 at 04:46:10PM +0800, YouPeng Yang wrote:
> HI Vasanth
>    Thank you for your answer
> 
> regards
> 
> 
> 
> 2013/3/27 vasanth kumar <[email protected]>
> 
> > Hi Yang,
> >
> > Sqoop client java api is available in Sqoop2 (1.99.2) version but not yet
> > released.
> >
> > Get Sqoop2 source and build. Follow link
> > https://cwiki.apache.org/confluence/display/SQOOP/Sqoop2+Quickstart
> > Installation and demo given in
> > http://sqoop.apache.org/docs/1.99.1/index.html
> >
> > Use sqoop client jar, sqoop model jar and sqoop common jar in your client
> > programs.
> >
> > Thanks,
> > Vasanth kumar
> >
> >
> >
> > On Wed, Mar 27, 2013 at 1:01 PM, YouPeng Yang 
> > <[email protected]>wrote:
> >
> >> Hi ALL
> >>
> >> I want to import data from a RMDBS  to HDFS.
> >>
> >> however i do not want to complete it using the sqoop shell api.
> >> Are there any java apis to implements jobs like:
> >> sqoop import
> >>
> >> I also want to get the import output file through any java api after the
> >> above step
> >>
> >>
> >> Any help will be appreciated .
> >>
> >> Thanks a lot
> >>
> >> regards
> >>
> >>
> >
> >
> > --
> > Regards
> > Vasanth kumar RJ
> >

Attachment: signature.asc
Description: Digital signature

Reply via email to