Re: Location protocol error in Pig using Phoenix 3.0

2014-07-25 Thread Ravi Kiran
Hi Steve, Specifying column names explicitly during LOAD and STORE is present from v 3.1.0 and not in the phoenix-3.0.0-incubating . You can try building the artifacts following the steps mentioned at http://phoenix.

Re: Location protocol error in Pig using Phoenix 3.0

2014-07-25 Thread Ravi Kiran
Hi Martin, I noticed phoenix-3.0.0-incubating-client.jar doesn't have the feature of passing explicit column names during STORE. I did a download from http://phoenix.apache.org/download.html and checked it. So please try, STORE LoadProducts INTO 'hbase://SCHEMA.TABLE' using org.apache.pho

Re: Location protocol error in Pig using Phoenix 3.0

2014-07-25 Thread Steve Terrell
You might be using a feature of PhoenixHBaseStorage that I am not familiar with. When I use store to Phoenix, my "into" value is simply this: … into 'hbase://MY_TABLE_NAME' … If one can specify specific column families and column names, I'd like to learn more about that myself. I saw no mention

Location protocol error in Pig using Phoenix 3.0

2014-07-25 Thread Randy Martin
I am getting the following error when issuing a Store command in Pig: Caused by: java.io.IOException: Location must use the hbase protocol, hbase://tableName[/columnList]. Supplied location=file:/tmp/temp-172455017/tmp1219147161 The code is very simple, loading from a file and storing to a Phoe