forcedotcom / phoenix

BSD 3-Clause "New" or "Revised" License
558 stars 227 forks source link

Support for Sqoop #632

Open jtaylor-sfdc opened 10 years ago

jtaylor-sfdc commented 10 years ago

Not sure anything required from our end, but you should be able to use Sqoop to create and populate Phoenix tables.

mravi commented 10 years ago

Hi James. To have a smooth integration , we need to have a custom PutTransformer that transforms column values to the data types specified in the DDL rather than storing as String which the current default transformer does.