RE: anyone seen this weird "setXIncludeAware is not supported" error?

2016-07-29 Thread Benjamin Ross
First thought is that I would check to see if you're somehow pulling in a xerces library that your version of Hadoop wasn't built against. Can you provide your pom file? Also, I would do a mvn dependencies:list and see if something looks off. You should probably paste the output of that for

anyone seen this weird "setXIncludeAware is not supported" error?

2016-07-29 Thread Frank Luo
Ok, this drives me into nuts. I got a junit test case as simple as below: @Before public void setup() throws IOException { Job job = Job.getInstance(); Configuration config = job.getConfiguration(); And I got Exception at Job.getInstance() as:

Re: AM Container exits with code 2

2016-07-29 Thread Sunil Govind
Hi Rahul, >From the given log, I do not think YARN is killing containers due to memory issue. Usage is under the limits. However full log is not shared, so you can verify that when the AM launch is failed whether memory was under limit or not. Which application are you trying to run? Also its

FSDataInputStream

2016-07-29 Thread Kristoffer Sjögren
Hi We're seeing exceptions when closing a FSDataInputStream. I'm not sure how to interpret the exception. Is there anything that can be done to avoid it? Cheers, -Kristoffer [2016-07-29 09:28:20,162] ERROR Error closing hdfs://hdpcluster/tmp/kafka-connect/logs/sting_actions_inscreen/83/log.

Oozie distcp failed in secure cluster

2016-07-29 Thread kumar r
Hi, I have configured hadoop-2.7.2 and oozie-4.2.0 with Kerberos security enabled. Distcp oozie action submitted as workflow job. When running the oozie launcher, i am getting following exception. 2016-07-29 12:39:04,394 ERROR [uber-SubtaskRunner] org.apache.hadoop.tools.DistCp: Exception

AM Container exits with code 2

2016-07-29 Thread Rahul Chhiber
Hi all, I have launched an application on yarn cluster which has following config. Master (Resource Manager) - 16GB RAM + 8 vCPU Slave 1 (Node manager 1) - 8GB RAM + 4 vCPU Intermittently AM(2GB, 1 core) is exiting with code - 2 with the following trace. I am not able to find anything about