[ 
https://issues.apache.org/jira/browse/FLINK-7134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16093455#comment-16093455
 ] 

ASF GitHub Bot commented on FLINK-7134:
---------------------------------------

Github user StephanEwen commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4362#discussion_r128310762
  
    --- Diff: 
flink-connectors/flink-hcatalog/src/main/java/org/apache/flink/hcatalog/HCatInputFormatBase.java
 ---
    @@ -299,7 +301,7 @@ public InputSplitAssigner 
getInputSplitAssigner(HadoopInputSplit[] inputSplits)
        public void open(HadoopInputSplit split) throws IOException {
                TaskAttemptContext context = null;
                try {
    -                   context = 
HadoopUtils.instantiateTaskAttemptContext(configuration, new TaskAttemptID());
    +                   context = new TaskAttemptContextImpl(configuration, new 
TaskAttemptID());
    --- End diff --
    
    Same as above...


> Remove hadoop1.x code in mapreduce.utils.HadoopUtils
> ----------------------------------------------------
>
>                 Key: FLINK-7134
>                 URL: https://issues.apache.org/jira/browse/FLINK-7134
>             Project: Flink
>          Issue Type: Improvement
>          Components: Java API
>            Reporter: mingleizhang
>            Assignee: mingleizhang
>
> This jira is similar to FLINK-7118. And for a clearer format and a review, I 
> separated the two jira.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to