ogrisel / pignlproc

Apache Pig utilities to build training corpora for machine learning / NLP out of public Wikipedia and DBpedia dumps.
158 stars 64 forks source link

compatibility fix for Pig version 0.10.0 #10

Closed maxjakob closed 12 years ago

maxjakob commented 12 years ago

fixes issue #6

bags have to be wrapped in tuples in getSchema

Ack to chrishokamp: https://github.com/chrishokamp/pignlproc/commit/a49a5ecec1af8faa7698c132f3d205140feb7c12

maxjakob commented 12 years ago

I did not use Chris's commit directly because there are other changes in that class that affect many of the PigLatin scripts.

ogrisel commented 12 years ago

All tests pass, now merged in master thanks. Thanks !