• R
    [FLINK-2555] Properly pass security credentials in the Hadoop Input/Output format wrappers · b264b010
    Robert Metzger 提交于
    This is needed because the Hadoop IF/OF's are using Hadoop's FileSystem stack, which is using
    the security credentials passed in the JobConf / Job class in the getSplits() method.
    
    Note that access to secured Hadoop 1.x using Hadoop IF/OF's is not possible with this change.
    This limitation is due to missing methods in the old APIs.
    
    - Add some comments & change dependency scope to test
    b264b010
pom.xml 5.5 KB