Member since
04-25-2016
579
Posts
609
Kudos Received
111
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2939 | 02-12-2020 03:17 PM | |
| 2141 | 08-10-2017 09:42 AM | |
| 12496 | 07-28-2017 03:57 AM | |
| 3444 | 07-19-2017 02:43 AM | |
| 2539 | 07-13-2017 11:42 AM |
09-10-2016
01:39 AM
1 Kudo
in anyway you should go with 3 node zk quorum with 3 nodes ensemble, that means 2 servers must be up at any time. the more members an ensemble has, the more tolerant the ensemble is of host failures.
... View more
09-09-2016
11:26 PM
try to configure resource queue pertaining to query workload and submit your queries to specific queue.
... View more
09-09-2016
05:01 PM
2 Kudos
did you try packaging all the 3rd party jars into uber jar and submit to cluster.
... View more
08-30-2016
05:32 AM
3 Kudos
if worker goes down then supervisor will try to restart it, unable to do so after trying multiple times Nimbus will reassign tasks to another worker slots.Also in the event of worker node failure Nimbus will reassign the tasks on other nodes.
... View more
08-23-2016
03:51 AM
1 Kudo
@Srinivas Badveli did you try HADOOP_USER_CLASSPATH_FIRST (mapreduce.job.user.classpath.first) which actually allow prepend user app classpath first so the desired lib can be picked up.
... View more
07-22-2016
01:22 PM
please refer http://static.googleusercontent.com/external_content/untrusted_dlcp/research.google.com/de//archive/mapreduce-osdi04.pdf most importantly the implementation
... View more
07-20-2016
09:22 AM
is this intermittent or happen constantly?
... View more
07-20-2016
09:04 AM
seems hdfs block is corrupted, can you check with hdfs fsck which will give you what files are having problem
... View more
07-20-2016
05:01 AM
it seems ORC dont support schema evolution
... View more
07-19-2016
07:30 AM
you can update this in conf/spark-env.sh file and also overwrite it with your job options like this --conf spark.storage.memoryFraction=0.4
... View more