Member since
09-15-2015
294
Posts
764
Kudos Received
81
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1587 | 07-27-2017 04:12 PM | |
4323 | 06-29-2017 10:50 PM | |
2013 | 06-21-2017 06:29 PM | |
2272 | 06-20-2017 06:22 PM | |
2064 | 06-16-2017 06:46 PM |
03-16-2017
06:22 PM
1 Kudo
This posts also explains similar issue:
https://community.cloudera.com/t5/Support-Questions/How-to-rotate-and-archive-hdfs-audit-log-file/m-p/137118
... View more
03-16-2017
06:20 PM
6 Kudos
You should use the following properties of the RollingFileAppender to efficiently control the Size and the number of backup index of old log files:
maxFileSize:This is the critical size of the file above which the file will be rolled. Default value is 10 MB.
maxBackupIndex: This property denotes the number of backup files to be created. Default value is 1.
More details in :
https://community.cloudera.com/t5/Community-Articles/How-to-control-size-of-log-files-for-various-HDP-components/ta-p/245063
... View more
03-16-2017
04:20 PM
3 Kudos
Hi @Vinay R - Can you please close this question. I think you accidentally asked the same question twice: https://community.hortonworks.com/questions/89165/how-hdfs-snapshot-works-internally-1.html
... View more
03-16-2017
05:30 AM
1 Kudo
Do you need quarter of the year for some date, timestamp, or string? If yes then Hive already has a built-in date functions defined for it : quarter(date/timestamp/string) https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF
... View more
03-16-2017
05:01 AM
2 Kudos
This post has a pretty good explanation: https://community.hortonworks.com/questions/28856/hive-table-format-and-compression.html
... View more
03-16-2017
04:50 AM
2 Kudos
As per below post: https://community.hortonworks.com/questions/70180/hdpcd-spark-exam.html You have to save all you commands in the provided text files. For your question - Which language would be good to solve problems in exam, Scala or Python? It depends on your comfort level. You can debug with either spark-shell or pyspark
... View more
03-15-2017
11:18 PM
4 Kudos
The below HCC post has a pretty good explanation: https://community.hortonworks.com/questions/15161/can-we-apply-the-partitioning-on-the-already-exist.html
... View more
03-15-2017
04:17 PM
2 Kudos
Hi @n c - Can you please post the exact command you are trying and any stack trace / screenshots for your issue. Also, when you logon to Ambari, can see Falcon as a service on the Ambari UI.
... View more
03-15-2017
04:47 AM
1 Kudo
@Neeraj Joshi - Do you need any more help here. If your query is resolved can you please upvote and accept the answer. Thanks!
... View more
03-15-2017
04:41 AM
1 Kudo
@n c - Can you please upvote and accept the answer, if it resolved your issue. Thanks
... View more