Hi, I have been following the developer documentation to build the master branch of Apache Storm locally.
The documentation states that a simple "mvn clean install" in the top level directory will build the whole project. Which it attempts to do but I kept running into compilation issues with the storm-hdfs module. I get for example the following: [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /workspace/storm/external/storm-hdfs/src/main/java/org/apache/storm/hdfs/bolt/AbstractHdfsBolt.java:[24,30] package org.apache.hadoop.conf does not exist [ERROR] /workspace/storm/external/storm-hdfs/src/main/java/org/apache/storm/hdfs/bolt/AbstractHdfsBolt.java:[25,28] package org.apache.hadoop.fs does not exist [ERROR] /workspace/storm/external/storm-hdfs/src/main/java/org/apache/storm/hdfs/bolt/AbstractHdfsBolt.java:[26,28] package org.apache.hadoop.fs does not exist [ERROR] /workspace/storm/external/storm-hdfs/src/main/java/org/apache/storm/hdfs/bolt/Writer.java:[16,28] package org.apache.hadoop.fs does not exist [ERROR] /workspace/storm/external/storm-hdfs/src/main/java/org/apache/storm/hdfs/common/rotation/RotationAction.java:[23,28] package org.apache.hadoop.fs does not exist [ERROR] /workspace/storm/external/storm-hdfs/src/main/java/org/apache/storm/hdfs/common/rotation/RotationAction.java:[24,28] package org.apache.hadoop.fs does not exist [ERROR] /workspace/storm/external/storm-hdfs/src/main/java/org/apache/storm/hdfs/bolt/AbstractHdfsBolt.java:[57,25] cannot find symbol However I see that the GitHub Jobs and build are working just fine. So I think I must be missing something. Is there some extra set up for the storm-hdfs I have to do to get those dependencies on the Classpath. Thanks, Dave
