Member since
10-19-2017
23
Posts
1
Kudos Received
0
Solutions
09-08-2021
03:19 AM
Hi, I am having the same issue on CDP 7.1.6 with Oozie 5.1.0. But the suggested solution does not seem to work anymore. Setting <property> <name>oozie.launcher.yarn.app.mapreduce.am.env</name> <value>SPARK_HOME=/opt/cloudera/parcels/CDH/lib/spark/</value> </property> has no effect. Is there anything else I can do? Did the setting change?
... View more
06-02-2021
06:34 AM
Hi, you can get the legacy behavior of "create table" by executing SET hive.create.as.external.legacy=true; https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/configuring-apache-hive/topics/hive_create_table_default.html This gives you the old behavior of hive 1.x / 2.x for your tables
... View more
08-22-2017
08:05 AM
so basically the root of the problem is the lack of resources? and if i cannot increase them, i can just deal with the symptoms (alerts)?
... View more
08-22-2017
07:39 AM
A few minutes after the job has ended everything is back to normal
... View more
08-22-2017
07:38 AM
Hi, my cluster seems to work fine, but when I submit a hive or sqoop job I get alerts (see screnshot). I already followed the recommendations of the post "how to get rid of ambari stale alerts", but they keep showing up... My cluster is running on vsphere virtual machines. Could this cause the problem. e.g. network is overloaded?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
-
Apache Hive
06-01-2017
12:00 PM
1 Kudo
Hi, I am just getting into hadoop and HDFS. I am very confused how HDFS handles data loss, in case the NameNode fails. In the documentation i found three mechanisms to prevent data loss. Secondary NameNode, CheckpointNode and BackupNode. I understood the differences between them, but I am not sure if CheckpointNode and BackupNode are depreciated, since I cant find them in my Hortonworks distribution. I also understood, that none of them is neccessary if you deploy hadoop HA. Is there any guideline which of the nodes should be used in production? thank you for your answers
... View more
Labels:
- Labels:
-
Apache Hadoop