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

    https://github.com/apache/storm/pull/845#discussion_r43777274
  
    --- Diff: storm-core/pom.xml ---
    @@ -195,6 +206,23 @@
                 <scope>compile</scope>
             </dependency>
             <dependency>
    +            <groupId>org.apache.hadoop</groupId>
    +            <artifactId>hadoop-client</artifactId>
    +            <scope>provided</scope>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.apache.hadoop</groupId>
    +            <artifactId>hadoop-common</artifactId>
    +            <type>test-jar</type>
    +            <scope>test</scope>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.apache.hadoop</groupId>
    +            <artifactId>hadoop-hdfs</artifactId>
    +            <type>test-jar</type>
    +            <scope>test</scope>
    +        </dependency>
    +        <dependency>
    --- End diff --
    
    I feel it is more related to blobstore api which is in the core API and 
hence I thought of putting it here. I can move it if it is necessary as a 
follow up JIRA


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to