-
hi all,
i tried to run agaricus example on yarn. The following exception is thrown:
~/platform/java-1.8.0//bin/java -cp `/home/hadoop/bin/hadoop classpath`:tracker/../yarn//dmlc-yarn.jar org.apache.h…
-
When I set `cluster_mode` to `yarn-cluster` in `init_orca_context( )` and run as a python script, it fails with the following info:
```
WARN ScriptBasedMapping:254 - Exception running /etc/hadoop…
-
As part of migrating Jersey from 1.19.4 to 2.39.1, we are facing some issues with guice bind.
Here is the draft PR: https://github.com/apache/hadoop/pull/5768
All updated dependencies are define…
-
### Link to the code that reproduces this issue
https://github.com/SanderCokart/sandercokart.com/tree/development
### To Reproduce
`docker service create` and `docker stack deploy` both do launch t…
-
I am trying to run Druid indexer job on Dataproc(GCP), but facing issue with javax-el api
Druid version used: 28.0.0
Dataproc runs on Java 11
```
INFO: An exception was caught and reported. Me…
-
-
### Description
In Gluten there is one common issue is "killed by yarn", the root cause is that some memory allocation usually the std::vector which bypasses memory pool track. Some of the std::vecto…
-
```bash
2022-12-12 17:37:40,067 INFO org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacitySchedulerQueueManager: Initialized queue: root.default
2022-12-12 17:37:40,067 INFO org.…
-
Hello,
I am getting the following exception when running spark-submit:
> Exception in thread "main" java.lang.reflect.UndeclaredThrowableException
> at org.apache.hadoop.security.UserGroupInfo…
-
https://blog.cloudera.com/enforcing-application-lifetime-slas-yarn/ describes a method for setting lifetime programmatically using following:
```
ApplicationSubmissionContext#setApplicationTimeout…