gianm commented on issue #6997: Job failed with state FAILED due to: NA
URL: 
https://github.com/apache/incubator-druid/issues/6997#issuecomment-465686671
 
 
   Hey @marklit, a couple of comments:
   
   1. For the `dsql` issue, you probably have SQL disabled; try setting 
`druid.sql.enable = true` in your common runtime properties.
   2. Your Hadoop task log is showing `org.apache.hadoop.mapred.LocalJobRunner` 
-- it is not using YARN, it's running in-process. The in-process runner is 
pretty inefficient and can be really slow. You probably need `mapred-site.xml` 
copied over too. It has a `mapreduce.framework.name` parameter that controls 
whether the local or yarn runner gets used.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to