Hi folks,
I have been experimenting with the PigStorageWithInputPath example (see
https://cwiki.apache.org/confluence/display/PIG/FAQ#FAQ-Q%3AIloaddatafromadirectorywhichcontainsdifferentfile.HowdoIfindoutwherethedatacomesfrom%3F)
and it compiles.
However when I instantiate it like PigStorageWithInputPath(' ') in Grunt I
get the following error:
could not instantiate 'PigStorageWithInputPath' with arguments '[ ]'. I
have also tried supplying '\s' and '\\s' but it doesn't work. I don't fully
understand why this happens as PigStorage(' ') does work
and PigStorageWithInputPath does not change the instantiation of the class
(AFAICT). I am using Hive 0.9.2
Any suggestions are greatly appreciated!
Best,
Diederik