Re: Creating a table with a custom InputFormat

2012-10-10 Thread Josh Spiegel
e I remember. > > https://reviews.facebook.net/D2499 > > In any case we could pass ALL the information from the properties, > Input paths, would be a way to make hive semi pig-like. > > > > On Wed, Oct 10, 2012 at 11:26 PM, Josh Spiegel wrote: > > Thanks. Do you have

Re: Creating a table with a custom InputFormat

2012-10-10 Thread Josh Spiegel
Thanks. Do you have the bug number? I couldn't find it. On Wed, Oct 10, 2012 at 7:49 PM, Edward Capriolo wrote: > No this is not we have a ticket open to propage tbl properies matching > a pattern to the input format but not complete yet. > > On Wed, Oct 10, 2012 at 10:21

Creating a table with a custom InputFormat

2012-10-10 Thread Josh Spiegel
Hi, I want to create a table with a custom InputFormat. For example, something like this: CREATE TABLE xxx (blah string) STORED AS INPUTFORMAT 'org.foo.MyInputFormat' OUTPUTFORMAT 'org.foo.MyOutputFormat' ; I also want to be able specify some configuration values that will be available to