datasalt / pangool

Tuple MapReduce for Hadoop: Hadoop API made easy
http://datasalt.github.io/pangool/
Apache License 2.0
57 stars 13 forks source link

HCatalog failing with non string partition columns #40

Open ivanprado opened 10 years ago

ivanprado commented 10 years ago

HCatalogInputFormat always returns strings for partition columns, even when these partitions are declared as other types (i.e. INT). In this case, Pangool fails as it does not automatically converts from String to the target type.

Is that an HCatalog Bug? Is that a problem of our integration?