Member since
08-16-2017
25
Posts
1
Kudos Received
0
Solutions
11-23-2017
08:03 AM
Following archives will be produces. The filesize of the Log-File and also the number of archives will be ignored.
... View more
11-22-2017
03:23 PM
Hi all, i want to modify the Log4J configuration of the HDFS audit-log. The Log-Files have to be compress, if the filesize is greater than 100MB or at end of business. Files have to be rotate endloss. I habe to tried to edit the log-configuration but the filesize will be ignore. Best regards Dominik # # hdfs audit logging # hdfs.audit.logger=INFO,console log4j.logger.org.apache.hadoop.hdfs.server.namenode.FSNamesystem.audit=${hdfs.audit.logger} log4j.additivity.org.apache.hadoop.hdfs.server.namenode.FSNamesystem.audit=false log4j.appender.DRFAAUDIT=org.apache.log4j.rolling.RollingFileAppender log4j.appender.DRFAAUDIT.File=${hadoop.log.dir}/hdfs-audit.log log4j.appender.DRFAAUDIT.layout=org.apache.log4j.PatternLayout log4j.appender.DRFAAUDIT.layout.ConversionPattern=%d{ISO8601} %p %c: %m% log4j.appender.DRFAAUDIT.rollingPolicy=org.apache.log4j.rolling.FixedWindowRollingPolicy log4j.appender.DRFAAUDIT.MaxBackupIndex=2 log4j.appender.DRFAAUDIT.triggeringPolicy=org.apache.log4j.rolling.SizeBasedTriggeringPolicy log4j.appender.DRFAAUDIT.MaxFileSize=100MB log4j.appender.DRFAAUDIT.rollingPolicy.ActiveFileName=${hadoop.log.dir}/hdfs-audit.log log4j.appender.DRFAAUDIT.rollingPolicy.FileNamePattern=${hadoop.log.dir}/hdfs-audit-%i.log.gz
... View more
Labels:
- Labels:
-
Apache Hadoop
-
HDFS
09-22-2017
07:29 AM
Hi, I use
the Ambari-REST-API to query relevant metainformation of a Cluster. For this I
have to pass a Username and a Password in the REST call. The user in the
REST-call must have Admin-Privileges on the Cluster. Exist a Privileges/Role,
lower than Admin, that I can grant a User to get access on the REST-API. I don’t
want to modify Information in the Cluster. Best Regards Dominik
... View more
Labels:
- Labels:
-
Apache Ambari
08-29-2017
02:14 PM
Hi, I want to list relevant Hardware and environment Information of an Ambari-Server with usage of the Ambari-REST-API. Interesting may be the capacity of RAM, disk volume, remaining disk space, operation system, java version, ambari version, CPUs … Can you help me to find this Information in the REST-API? Best Regards Dominik
... View more
Labels:
- Labels:
-
Apache Ambari
08-29-2017
11:00 AM
@Geoffrey Shelton Okot I don’t have installed a Cluster, so I don’t have these option to change the permission. I don’t need a HDFS Cluster, because I only want to use the View from Ambari-Server for remote clusters. It is possible to do this, without the installation of a cluster?
... View more
08-29-2017
09:16 AM
Hi, I want to add a remote Cluster in Ambari-Server. I have install a blank Ambari-Server and I don’t want to use a cluster. The Ambari-Server only has to manage my remote views. When I add a remote Cluster I get following error message: Failed to create new Remote Cluster DEV. User must be Ambari or Cluster Administrator Best Regards Dominik
... View more
Labels:
- Labels:
-
Apache Ambari
08-28-2017
07:05 AM
Hi, i have
add two Ambari-Clusters in the remote configuration of another Ambari-Server.
To manage these Clusters I write for my own an Ambari-View. To get the relevant
Information I use the Ambari-REST-API. For the local-CLuster I know the
username, Password and the domainname of the Cluster. But for the remote
Cluster I dont want to manage this Information twice. Can I get this
Information with the rest-API? I have admin-Privileges on the
main-Ambari-Server. Best
Regards Dominik
... View more
Labels:
- Labels:
-
Apache Ambari
08-22-2017
08:39 AM
Hi, is it
possible to get all relevant Information about the remote Cluster which the
Ambari-REST-API. I know that you get all relevant Information about the
main-Ambari-Instance. But can I get the same Information to query the
main-Ambari-Instance and with connected remote Ambari-Instance. Best
Regards
... View more
Labels:
- Labels:
-
Apache Ambari
08-22-2017
08:28 AM
Hi, I have seen, that you can add a remote Cluster in Ambari. My question is: How communicate the Ambari with the other Ambari-Instances. Use Ambari the REST-API for they own? Best Regards Dominik
... View more
Labels:
- Labels:
-
Apache Ambari