Hourly&daily rolling are not using the right path
-------------------------------------------------
Key: HADOOP-5039
URL: https://issues.apache.org/jira/browse/HADOOP-5039
Project: Hadoop Core
Issue Type: Bug
Components: contrib/chukwa
Reporter: Jerome Boulon
The path for Rolling is build like this: chukwaMainRepository + "/" + cluster +
"/" + dataSource + "/" + workingDay + "/" + workingHour + "/*/*.evt";
If there's a spill file in "/" + cluster + "/" + dataSource + "/" + workingDay
+ "/" + workingHour it will be part of the rolling but it shouldn't. Only data
from subDirectories should be part of the rolling.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.