Sounds like a class path issue. 

Sent from my iPhone

On May 15, 2012, at 2:43 AM, Yohan Chin <[email protected]> wrote:

> 
> Hi, 
> Recently, I've tried to utilize elephant-bird for loading mahout result into 
> pig.
> I could install elephant-bird and got .jar file.
> and followed instructions as appears in below; (written by Andy Schlaikjer)
> https://github.com/kevinweil/elephant-bird/blob/master/src/java/com/twitter/elephantbird/pig/mahout/VectorWritableConverter.java
> ex)
> pair = LOAD '$data' USING 
> com.twitter.elephantbird.pig.store.SequenceFileLoader (
> '-c $INT_CONVERTER',
> '-c $VECTOR_CONVERTER -- -dense -cardinality 2'
> );
> however,  there is no sequenceFileLoader in store folder,  and 
> load/sequencefileloader.java doesn't import 
> "com.twitter.elephantbird.pig.mahout.VectorWritableConverter"
> 
> Is there any points I've missed?
> 
> Thanks a lot for this awesome api!
> 

Reply via email to