Member since
03-14-2016
67
Posts
29
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1780 | 09-21-2018 10:02 AM | |
3241 | 09-11-2018 10:44 AM | |
3539 | 07-06-2016 01:14 PM |
11-23-2017
12:23 PM
So you miss the zkServer.sh script??? can you share the output? #ls -lrth /usr/hdp/current/zookeeper-server/bin/
... View more
11-23-2017
12:15 PM
@Maryem Mary Your log4j property wasn't configured suitably. Ensure all highlighted properties are updated in log4j.properties as follow. "Ambari -> Zookeeper -> Configs -> Advanced zookeeper-log4j" # # ZooKeeper Logging Configuration # # DEFAULT: console appender only # log4j.rootLogger=INFO, CONSOLE zookeeper.root.logger=INFO,console zookeeper.log.dir=. zookeeper.log.file=zookeeper.log log4j.rootLogger=${zookeeper.root.logger} ... ... # # Add ROLLINGFILE to rootLogger to get log file output # Log DEBUG level and above messages to a log file log4j.appender.ROLLINGFILE=org.apache.log4j.RollingFileAppender log4j.appender.ROLLINGFILE.Threshold=DEBUG # log4j.appender.ROLLINGFILE.File=zookeeper.log log4j.appender.ROLLINGFILE.File=${zookeeper.log.dir}/${zookeeper.log.file} # Max log file size of 256MB log4j.appender.ROLLINGFILE.MaxFileSize=256MB # uncomment the next line to limit number of backup files log4j.appender.ROLLINGFILE.MaxBackupIndex=10 .. ..
... View more
11-21-2017
03:57 PM
@Maryem Mary
It looks your symbolic link is broken `/usr/hdp/current/zookeeper-server`. Do you validate it?
... View more
11-21-2017
09:45 AM
Yes @sanket patel, You can proceed the same step. Zookeeper will sync the latest snapshot & logs from remaining quorums so you can skip step3 or copy as your own interest but make sure you provide little time for sync before restart another zk servers.
... View more
10-02-2017
07:33 AM
@Wolfgang nobody In RawLocalFileSystem, setOwner on the file/directory will be allowed only if the user has sufficient privileges. It seems user (who runs the container) do not have sufficient privileges to change the file ownership. Please remove preserver [USER(u), GROUP(g), PERMISSION(p)] to copy files to LFS or set ownership to destination file/directory as same as the source. Example : $ hadoop distcp hdfs://source file://destination
$ hadoop distcp -pbct hdfs://source file://destination
... View more
08-19-2016
08:11 PM
3 Kudos
Purpose Utility helps to collect and compare the hadoop configurations between two or more clusters. Source https://github.com/karthikhw/ambari/blob/master/bin/compare.sh Usage ./compare.sh Inputs How many clusters you want to compare : Ambari Username : Ambari Password : Hostname : Ambari Server Port : Clustername : Is ambari URL secure (y/n)? (HTTPS/HTTP): Note Run it in ambari server Service configurations are retrieved from ambari via the curl request.
... View more
Labels:
08-19-2016
05:00 PM
Another utility which it helps to compare the Hadoop ecosystem configurations for two or more clusters. It uses Curl request for retrieving the service configuration from Ambari https://github.com/karthikhw/ambari https://github.com/karthikhw/ambari/blob/master/bin/compare.sh Note : Run it in ambari server compare-sh-screenshot.jpg
... View more
07-06-2016
01:14 PM
3 Kudos
@Mukesh Could you check your syntax? It should be the one below output = ArrayList.new
output.add "ROW\t\t\t\t\t\tCOLUMN\+CELL"
... View more
07-04-2016
03:44 PM
Could you share the pom.xml? We have to look at the dependency tree of application if it's using the different version of Guava.
... View more
- « Previous
- Next »