Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FLUME-3311 Update User Guide In HDFS Sink #273

Merged
merged 1 commit into from Feb 7, 2019

Conversation

fuhuaiyong
Copy link

As the doc describe.
%y last two digits of year (00..99)
%Y year (2010)
BUT
there is somthing wrong in 'a1.sinks.k1.hdfs.path = /flume/events/%y-%m-%d/%H%M/%S'

I think the right example is 'a1.sinks.k1.hdfs.path = /flume/events/%Y-%m-%d/%H%M/%S'

As the doc describe.
%y	last two digits of year (00..99)
%Y	year (2010)
BUT
there is somthing wrong in 'a1.sinks.k1.hdfs.path = /flume/events/%y-%m-%d/%H%M/%S'

I think the right example is 'a1.sinks.k1.hdfs.path = /flume/events/%Y-%m-%d/%H%M/%S'
Copy link
Contributor

@szaboferee szaboferee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution @fuhuaiyong

@szaboferee szaboferee merged commit 7d2150e into apache:flume-1.8 Feb 7, 2019
szaboferee pushed a commit that referenced this pull request Feb 8, 2019
As the doc describe.
%y	last two digits of year (00..99)
%Y	year (2010)
BUT
there is somthing wrong in 'a1.sinks.k1.hdfs.path = /flume/events/%y-%m-%d/%H%M/%S'

I think the right example is 'a1.sinks.k1.hdfs.path = /flume/events/%Y-%m-%d/%H%M/%S'

This closes #273

Reviewers: Ferenc Szabo

(fuhuaiyong via Ferenc Szabo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants