Friday, April 27, 2018
Thursday, April 26, 2018
ERROR: Attempting to operate on hdfs datanode as root
Getting error when we tried to start hadoop as a root user
Start hadoop now
To resolve this navigate to /usr/hdf/3.1.1.0-35/hadoop/etc/hadoop
open hadoop-env.sh file
Add the below lines
export HDFS_NAMENODE_USER="root"
export HDFS_DATANODE_USER="root"
export HDFS_SECONDARYNAMENODE_USER="root"
export YARN_RESOURCEMANAGER_USER="root"
export YARN_NODEMANAGER_USER="root"
Start hadoop now
Monday, March 26, 2018
Sunday, March 25, 2018
Running 32 bit software on Linux 64 bit operating system
Try to Run the 32 bit software on 64 bit operating systemWe will get below waring and resolution for it
Setting 32 bit emulation mode
Running the 32 bit software again
java.lang.OutOfMemoryError: Java heap space, Running OOM killer script for process 11420 for Solr on port 8983, hortonworks
In Hortonworks cluster environment Ambari Infra Solr service failed to start with below error:
Resolution:
To resolve this
1. Login to Ambari management console.
2. Goto Ambari Infra
3. Click on Configs
4. Under settings tab increase the Infra Solr Minimum and Maximum heap size and click on save.
5. Start the service now.
# java.lang.OutOfMemoryError: Java heap space
#
-XX:OnOutOfMemoryError="/usr/lib/ambari-infra-solr/bin/oom_solr.sh 8983
/var/log/ambari-infra-solr"
# Executing /bin/sh
-c "/usr/lib/ambari-infra-solr/bin/oom_solr.sh 8983 /var/log/ambari-infra-solr"...
Running OOM killer script for process 11420 for Solr on port
8983
Killed process 11420
Resolution:
To resolve this
1. Login to Ambari management console.
2. Goto Ambari Infra
3. Click on Configs
4. Under settings tab increase the Infra Solr Minimum and Maximum heap size and click on save.
5. Start the service now.
Subscribe to:
Posts (Atom)
Opatch reports 'Cyclic Dependency Detected' error when patching ODI Issue: When applying a Patch Set Update (PSU) to WebLogic Se...
-
1. Creating a directory in hdfs $ hdfs dfs -mkdir <paths> 2. List the directories in hdfs $ hdfs dfs -l...
-
Getting the below error when installing oracle database 12c on linux machine Soft Limit: maximum stack size - This is a prerequisite con...
-
After configuring SSL with Custom Identity and Trust Keystores and when we try to start the servers getting the below error ...