Closed galarragas closed 10 years ago
Yes, this is a known issue. If your fix works well, feel free to send a pull request. Thanks for your contribution!
So, it looks like I have a fix (I'm testing it locally with a test job). I'm planning to write some proper unit test and do the pull request soon
I did the pull request. Let me know if you want me to improve the solution. It is currently working for my use case and for the unit test I added
Unit test is perfect! Thank you.
Thanks a lot. I actually had problems recreating a scenario with multiple partitions because I wasn't able to store in the db the location of the different partitions. I ended up using a table with a single partition. If you know how to configure the db properly would be a nice extension to the test
I am using the HCatTap to read from a partitioned Hive table. The table is partitioned into this pattern of paths:
where every directory contains a file with name MPP-CONSOLIDATED-OrderReport-.osv giving the following example path
I am getting this error
Looking at the code I actually see that the HCatTap gets the location for every partition and passes to the MultiSourceTap but the actual location of the source is under the partition directory