FileNotFoundException When DistributedCache file with YARN

2013-05-13 Thread YouPeng Yang
HI I adopt distributed cache to implement the semi-joins. I am using CDH4.1.2 the Map side setup function is as [1]: It works well in my eclipse indigo, howevet it goes wrong when I run it in cli: The exeception in one of the containers refers to[2]. How could I solve this exception?

Re: FileNotFoundException When DistributedCache file with YARN

2013-05-13 Thread YouPeng Yang
Hi I fixed the problem just add the expression of job.setJar(MyJarName) ,and the job went well. But I have no idea about the expression and the exception. Any suggestion will be appreciated. regards. 2013/5/13 YouPeng Yang yypvsxf19870...@gmail.com HI I adopt distributed cache to