Re: Creating a table with a custom InputFormat

2012-10-10 Thread Josh Spiegel
I want to specify the configuration properties when the table is created. This bug looks like it enables specifying a configuration when the table is referenced. Thanks again, Josh On Wed, Oct 10, 2012 at 8:33 PM, Edward Capriolo wrote: > This is something similar. it may be the issue I remember

Re: Creating a table with a custom InputFormat

2012-10-10 Thread Edward Capriolo
This is something similar. it may be the issue 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 PM, Josh Spiegel wrot

Re: Creating a table with a custom InputFormat

2012-10-10 Thread Edward Capriolo
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 PM, Josh Spiegel wrote: > Hi, > > I want to create a table with a custom InputFormat. For example, something > like this: > > CREATE TABLE xxx

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