I haven't tested the load in tables with composite key, but I'll run some scenarios and check what can be done. On 28/05/2014 5:51 PM, "James Taylor" <[email protected]> wrote:
> Hi Roberto, > > Yes, thank you very much for asking - there's definitely interest. Does it > handle the case with a table that has a composite primary key definition? > > Thanks, > James > > > On Wed, May 28, 2014 at 12:45 AM, Roberto Gastaldelli < > [email protected]> wrote: > >> Hi there, >> >> I came across the challenge of loading data from a RDBMS into a Phoenix >> table using Sqoop, but that did not work well as Sqoop by default converts >> all data types to string. >> >> I came up with a solution to write a PutTransformer that maps the jdbc >> data types to the Phoenix native data types. >> >> Is there any interest to include this feature to the project? If so, I >> can contribute. >> >> Roberto. >> > >
