Gopal, thanks for your kind reply. Sahir, as Hyunsik and Gopal said, it was a dependency problem and already fixed in Tajo trunk and 0.11.2 branches.
I expect 0.11.2 will be released in next few weeks. However, if you want to test before our release, you can build the source by yourself, or simply download our nightly build version ( https://builds.apache.org/job/Tajo-0.11.2-nightly/lastSuccessfulBuild/artifact/tajo-dist/target/ ). I hope this will be helpful to you. Regards, Jihoon 2016년 3월 29일 (화) 오후 2:29, Gopal Vijayaraghavan <gop...@apache.org>님이 작성: > > >>Me and a collegue tried integrating tajo with hive which works fine on > >>some tables. But when trying to query a table with ORC as file type we > >>get following error message: > >> > >> > >>ERROR: internal error: > >>org.apache.tajo.exception.UnknownDataFormatException: unknown data > >>format: 'org.apache.hadoop.hive.ql.io.orc.OrcInputFormat' > > You might want to check whether Tajo build you're on is using Facebook > DWRF fork or Apache ORC. > > I'm guessing this is the boundary ticket - > https://issues.apache.org/jira/browse/TAJO-2102 > > > Cheers, > Gopal > > >