Hey Venkat, Devs,

My use case for json output is that the environment I work in is standardizing 
on keeping all data sources as json. Adding an extra pig script or something 
similar to convert all sqoop output to json is just extra work that, in my 
opinion, should simply be handled by sqoop. Sqoop seems especially suited for 
this since it is already aware of column names and data types which is making 
the creation of solid json seriously straightforward.

Let me know if there's any other questions :)

Erik

On 2013-08-15, at 17:36 , Erik Selin <[email protected]> wrote:

> Hey devs,
> 
> I needed my data in json in hdfs so I hacked support for it into sqoop. Is 
> this something you would be interested in adding to the main sqoop code?
> 
> repo: https://github.com/tyro89/json-sqoop
> 
> note that I also added public to JAVA_RESERVED_WORDS.
> 
> Cheers,
> 
> Erik
> 

Reply via email to