Member since
09-29-2015
23
Posts
9
Kudos Received
0
Solutions
04-01-2017
03:39 AM
Hi @Anishkumar Valsalam It's a SSLHandshake Error. Verify the certificates. Root and Intermediate certificate goes to Truststore. Follow this link https://community.hortonworks.com/articles/58009/hdf-20-enable-ssl-for-apache-nifi-from-ambari.html
... View more
03-31-2017
09:13 PM
It's simple to change it with ambari UI. Otherwise use the ambari configs.sh script and restart all the services. It's smooth and easy.
... View more
03-24-2017
09:20 PM
It's a Tez issue. Update the below parameters in tez-site and hive-site. It might resolve your issue. Tez-site.xml: <name>tez.am.launch.cmd-opts</name> <value>-XX:+PrintGCDetails -verbose:gc -XX:+PrintGCTimeStamps -XX:+UseNUMA -XX:+UseParallelGC</value <name>tez.task.launch.cmd-opts</name> <value>-XX:+PrintGCDetails -verbose:gc -XX:+PrintGCTimeStamps -XX:+UseNUMA -XX:+UseParallelGC</value> Hive-site.xm: <name>hive.tez.java.opts</name> <value>-server -Djava.net.preferIPv4Stack=true -XX:NewRatio=8 -XX:+UseNUMA -XX:+UseParallelGC -XX:+PrintGCDetails -verbose:gc -XX:+PrintGCTimeStamps</value>
... View more
02-07-2017
10:25 PM
Restart Spark, Livy , Zeppelin servers and interpreters. It worked for me. Ram Baskaran
... View more
12-05-2016
02:19 AM
Falcon requires hive bootstrapping export method. hive -e “EXPORT TABLE TABLE_NAME TO ‘hdfs://BACKUP_CLUSTER:8020/hiveimport/' FOR replication('bootstrapping’)”
... View more
12-05-2016
01:47 AM
Upload the hdfs-replication-workflow.xml into hdfs will resolve this problem. i.e. create a hdfs directory /apps/data-mirroring/workflows and upload it
... View more
08-16-2016
02:49 PM
2 Kudos
Yes. It's possible. Update the same key on both KMS (prod and DR). I am using falcon to copy the data from prod to DR with KMS encryption.
... View more
07-26-2016
01:44 PM
1 Kudo
Did you submit the cluster entity. Here is the step to do. $FALCON_HOME/bin/falcon entity -submit -type cluster -file /cluster/definition.xml
... View more