Usage: sqoop -D<key=value> <sqoop_command> eg: sqoop -Dsqoop.hbase.insert.put.transformer.class=<class_name> import/export <options>
More details on PutTransformer: http://sqoop.apache.org/docs/1.4.4/SqoopDevGuide.html#_hbase_serialization_extensions Hope this helps! Best Regards, Abhijeet Gaikwad On 22 December 2013 00:58, Ravi Kiran <[email protected]> wrote: > Hi all, > > I am currently working on integrating Apache Phoenix(currently at > https://github.com/forcedotcom/phoenix) with Sqoop for importing data > into > HBase. To this, we need to write a custom HBasePutProcessor and have that > called as part of the import process . > I notice that one can give a custom PutTransformer through -D argument > of the sqoop-import command but couldn't find a way to pass a custom > PutProcessor . Can anyone please provide any pointers / suggestions on how > this can be achieved. > > Appreciate your help!! > > Regards > Ravi >
