i want to get some configuration in my own DoFn.setup(), but i see that setup() has no argument, i cant get anything. while in hadoop's api Mapper has function setup(Context c).
- how to get some configuration in user defined DoFn.setup() fu... 陈竞
i want to get some configuration in my own DoFn.setup(), but i see that setup() has no argument, i cant get anything. while in hadoop's api Mapper has function setup(Context c).