Details
-
Improvement
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
1.6.0, 1.7.0
-
None
-
Patch
Description
a simple split interceptor , aims to deal with the situation as follows:
the source data like this:
“
1,tom,boy,13
2,lili,girl,14
3,jack,boy,10
...
”
and i hope to sink source data into two different hdfs directories named by boy and girl like this:
“
hdfs://xxxx/sink/boy/....
hdfs://xxxx/sink/girl/....
”
we can use this interceptor to accomplish this goal.