Member since
02-24-2016
84
Posts
19
Kudos Received
6
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5180 | 01-09-2017 08:03 AM | |
| 10783 | 11-22-2016 02:34 AM | |
| 4441 | 06-10-2016 04:16 AM | |
| 3107 | 05-18-2016 02:00 AM | |
| 2995 | 05-09-2016 05:58 AM |
01-11-2017
02:17 AM
they will do an upgrade soon of the exam (contents)... so let's hurry up
... View more
01-09-2017
08:03 AM
1 Kudo
I fixed the issue, by doing below Seems Level Database DB is corrupted, and did below mv /var/lib/cloudera-service-monitor /var/lib/cloudera-service-monitor.moved mv /var/lib/cloudera-host-monitor /var/lib/cloudera-host-monitor.moved Then restarted the services again, it worked
... View more
09-29-2016
06:07 AM
Hi, it works applying above configuration. But now i have a NullPointerException in my spark code (rdd.foreach): ... kafkaStream.foreachRDD(new VoidFunction<JavaPairRDD<String, byte[]>>() {
public void call(JavaPairRDD<String, byte[]> rdd) throws Exception {
rdd.foreach(new VoidFunction<Tuple2<String, byte[]>>() {
public void call(Tuple2<String, byte[]> avroRecord) throws Exception { In local mode it works but not in yarn-cluster. Do you have any ideas in order to get it running? Best Regards, Butkiz
... View more
09-19-2016
10:53 AM
5 Kudos
HI, It is likely that the Spark client configuration is not found on this host. Try doing the following: in Cloudera Manager, go to Spark --> Instances --> Add Role Instances. Add a Gateway to this host In Cloudera Manager, go to the Spark service and click the "Actions" menu; choose "Deploy Client Configuration" Test spark-shell Based on the error, I think that spark-shell is not able to find an updated version of the client configuration. If you already have a Gateway, then I'd deploy client configuration and see if that helps. Regards, Ben
... View more
07-18-2016
08:09 AM
Thanks @Romainr for reply. Is there any other way to fix apart from changing the db..?
... View more
06-29-2016
02:10 AM
httpsfs log directory was /var/log/cloudera_logs/hadoop httpfs earlier and changed to /var/log/hadoop-httpfs later , this fixed the issue.
... View more
06-10-2016
04:16 AM
I am using Python 2.7.11 and i followed Version 5.7 same document and it worked.. Thanks
... View more
05-09-2016
05:58 AM
my /tmp was mounted. So i changed noexec permissions in /etc/fstab then restarted the machines. Now everything working fine
... View more
- « Previous
-
- 1
- 2
- Next »