Search found 3 matches

by martijn
Tue Nov 13, 2012 12:47 pm
Forum: Hadoop Connector
Topic: Pig Connector
Replies: 6
Views: 27936

Re: Pig Connector

I made a working version of the Hadoop Connector (both Hadoop and PIG) for Hadoop version 2.x. Basically I just rebuilt the JAR provided by Vertica with Hadoop 2.x dependencies, and now it seems to work. It has not been extensively tested yet... Download it here: http://dl.dropbox.com/u/122838/hadoo...
by martijn
Mon Nov 12, 2012 4:50 pm
Forum: Hadoop Connector
Topic: Pig Connector
Replies: 6
Views: 27936

Re: Pig Connector

Hi! Have you tried it locally (pig -x local)? Same error? I can think only about: * you have no permissions for Pig temporary folder or defined same as Hadoop/MapReduce. * Vertica splits failed (if Pig require splits by partitions - it should fail) Yes same error in local mode. After some more rese...
by martijn
Mon Nov 12, 2012 2:59 pm
Forum: Hadoop Connector
Topic: Pig Connector
Replies: 6
Views: 27936

Pig Connector

Hello, When i try to load data from vertica into hdfs using Pig. grunt> register /usr/local/hadoop-vertica.jar grunt> register /usr/local/pig-vertica.jar grunt> A = LOAD 'sql://{select * from table LIMIT 100}' USING com.vertica.pig.VerticaLoader('192.168.55.48,192.168.55.13,192.168.55.173', 'baselin...

Go to advanced search