-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8419/
-----------------------------------------------------------
Review request for hcatalog and Vandana Ayyalasomayajula.
Description
-------
This problem was due to setting the wrong input path. The default file system
was used to get the fully qualified name for the input paths, which didn't play
well with viewfs. For getting fully qualified names, the right filesystem
should be used instead of using the default file system.
This addresses bug HCATALOG-554.
https://issues.apache.org/jira/browse/HCATALOG-554
Diffs
-----
http://svn.apache.org/repos/asf/incubator/hcatalog/branches/branch-0.4/src/java/org/apache/hcatalog/mapreduce/HCatBaseInputFormat.java
1415903
Diff: https://reviews.apache.org/r/8419/diff/
Testing
-------
Thanks,
Arup Malakar