Please avoid posting unrelated questions in response to an existing thread,
it makes the discussion harder to follow. Let's continue this in a new
thread if necessary.

In response to your question: It works fine for me with the clean checkout.
Try running mvn clean install -DskipTests -U. If Maven fails to resolve a
dependency once, it will not try again until forced to by -U, or a timeout
has elapsed (I think normally 24 hours).

2017-09-20 21:32 GMT+02:00 Yi, Dan <d...@rosettastone.com>:

> Has anyone successfully build the storm project from here?
> https://github.com/apache/storm
>
> I tried to build from /storm directory  as instructed:
>
> mvn clean install -DskipTests=true
>
> but it always failed with this error:
>
> Failed to execute goal on project storm-hdfs: Could not resolve
> dependencies for project org.apache.storm:storm-hdfs:jar:2.0.0-SNAPSHOT:
> Failure to find io.confluent:kafka-avro-serializer:jar:1.0 in
> https:/xxx/repository/maven-public/ was cached in the local repository,
> resolution will not be reattempted until the update interval of nexus has
> elapsed or updates are forced -> [Help 1]
>
> I even changed in pom.xml to point to https, still got the same error
>
> <repository>
>            <id>confluent</id>
>            <url>https://packages.confluent.io/maven/</url>
>        </repository>
>
>
> On Tue, Sep 19, 2017 at 9:56 AM, Paul Bergeron <paul.d.berge...@gmail.com>
> wrote:
>
>> Hello,
>>
>> I see https://storm.apache.org/releases/1.0.4/nimbus-ha-design.html as
>> part of the documentation, and I see that STORM-166
>> https://github.com/apache/storm/pull/354 was merged in 08/2015.
>>
>> However much of it was changed in STORM-876
>> https://github.com/apache/storm/pull/845 when it was merged in 12/2015.
>>
>> In the current config defaults I still see storm.codedistributor.class
>> https://github.com/apache/storm/blob/master/conf/defaults.yaml#L54
>>
>> I also see the blobstore config defaults https://github.com/apache/stor
>> m/blob/master/conf/defaults.yaml#L121-L135
>>
>> Per the original article, it looked like there was a Nimbus
>> implementation that had H/A with only Zookeeper. I would like to use that
>> for a production cluster deploy.
>>
>> - Does this still exist?
>> - In what capacity does it still exist, if so?
>> - How do I enable it?
>> - Does storm.codedistributor.class still make sense in the config file?
>>
>> Thanks,
>> Paul
>>
>
>

Reply via email to