ramkrish86 commented on code in PR #21508:
URL: https://github.com/apache/flink/pull/21508#discussion_r1051953491


##########
flink-filesystems/flink-azure-fs-hadoop/pom.xml:
##########
@@ -185,13 +185,6 @@ under the License.
                                                                </relocation>
                                                        </relocations>
                                                        <filters>
-                                                               <filter>
-                                                                       
<artifact>org.apache.flink:flink-hadoop-fs</artifact>
-                                                                       
<excludes>
-                                                                               
<exclude>org/apache/flink/runtime/util/HadoopUtils</exclude>
-                                                                               
<exclude>org/apache/flink/runtime/fs/hdfs/HadoopRecoverable*</exclude>
-                                                                       
</excludes>
-                                                               </filter>

Review Comment:
   Since currently we are extending these HadoopRecoverable, this not being in 
the jar while I submit the job it is not able to pick it up. This was the 
initial problem that users were reporting too. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to