You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/08/03 05:26:44 UTC

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #808: ORC-902: Fix hadoop-common dependency scope in orc-example

dongjoon-hyun commented on a change in pull request #808:
URL: https://github.com/apache/orc/pull/808#discussion_r681444400



##########
File path: java/examples/pom.xml
##########
@@ -50,6 +50,7 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
+      <scope>compile</scope>

Review comment:
       We need to fix line 57 for `hadoop-hdfs`, too. Could you fix it together?




-- 
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: dev-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org