zhulh200868 opened a new pull request #283: FLUME-3331 Update User Guide In 
Hive Sink and Hdfs Sink
URL: https://github.com/apache/flume/pull/283
 
 
   As the doc describe.
   %y   last two digits of year (00..99)
   %Y   year (2010)
   
   BUT
   
   'a1.sinks.k1.hive.partition = asia,%{country},%y-%m-%d-%H-%M'  ----> 
'a1.sinks.k1.hive.partition = asia,%{country},%Y-%m-%d-%H-%M'
   'a1.sinks.k1.hdfs.path = /flume/events/%y-%m-%d/%H%M/%S'  ----> 
a1.sinks.k1.hdfs.path = /flume/events/%Y-%m-%d/%H%M/%S
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to