Member since
03-07-2017
34
Posts
4
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
8849 | 03-11-2019 03:45 PM | |
4014 | 03-15-2018 10:32 AM | |
2736 | 02-01-2018 09:06 AM |
11-10-2019
05:27 PM
I had to install Java 8 and set JAVA_HOME to this
... View more
05-06-2019
07:33 AM
Hello guys, Yeah, that was a long time ago,I managed to get the job by using the following framework : Logstash -> Kafka -> Spark
... View more
02-08-2019
04:50 AM
If the exported HFiles are getting deleted in the target and if you can also confirm it's the Master's HFileCleaner thread which is deleting them, then there is some problem at the initial stage of ExportSnapshot where snapshot Manifest/References are copied over. Check if there is any warning/errors reported in the console logs. Also, check the manifest does exist in the target cluster.
... View more
07-19-2018
02:36 PM
The CDSW Session error most likely related to DNS issue. Did you add DNS wildcard entry?
... View more
06-11-2018
09:22 AM
Can you share what are your yarn configuration settings. Min Container Size?
... View more
03-15-2018
10:18 PM
I resolved this issue long back. I had to copy hbase-client jars into mapreduce's lib directory which resolved my issue. Thanks, Bhavesh
... View more
03-15-2018
08:10 PM
After check again hdfs-site.xml on 2 DataNode where Yarn Node Manager stand on , I see that the hdfs-site file missing this line when compare with the hdfs-site on Name Node <property>
<name>dfs.client.failover.proxy.provider.radcluster</name>
<value>org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider</value>
</property> restart the Yarn Node Manager Service , It work now , Thanks you
... View more
02-08-2018
02:19 PM
What directory is your jar in? You can check Hive Auxilliary Jars Directory under Hive->Configuration
... View more
02-01-2018
09:06 AM
1 Kudo
Yes, you can add extra nodes to the cluster even though you have used the non-production installation path. The difference between the two installation paths is the database backing the services. The non-prod version uses an embedded database, while the prod version relies on a stand alone database such as MySql.
... View more
08-24-2017
01:40 PM
The amount of memory to assign to the JVM is relative to the number of documents in solr core nav_elements as per the documentation. See role log to get this number from your instance. The JVM sizing formula is number of nav_elements * 200, which gives you a rough estimate of what is required for normal operation.
... View more