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.
