you should copy the hbase site file to the wf dir and use the <file> element in the wf action using #. refer to the oozie wf spec for details
thx Alejandro On Oct 15, 2012, at 2:52 AM, mete <[email protected]> wrote: > Hello folks, > > i have a pig script, that is storing some stuff into hbase. When executing > the pig script directly everything seems ok. (Yarn classpath is set > correctly in yarn-site.xml with yarn.application.classpath) > > But when triggering the script from oozie, i got a hbase connection > exception which i believe is related to yarn child class path, due to the > missing hbase-site.xml. > > [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2999: Unexpected > internal error. java.io.IOException: > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation@30943653closed > > I am using chd4 from tarball, did anyone experience similar stuff? any > ideas would be welcome.. > > cheers
