Github user HeartSaVioR commented on the pull request:
https://github.com/apache/storm/pull/707#issuecomment-136406054
@alexpanov
I merged into local, and ran ```mvn clean install```, and get some errors.
```
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/Users/heartsavior/WorkArea/Playground/storm/external/storm-elasticsearch/src/main/java/org/apache/storm/elasticsearch/common/EsConfig.java:[24,33]
package com.google.common.collect does not exist
[ERROR]
/Users/heartsavior/WorkArea/Playground/storm/external/storm-elasticsearch/src/main/java/org/apache/storm/elasticsearch/common/EsConfig.java:[24,33]
package com.google.common.collect does not exist
[ERROR]
/Users/heartsavior/WorkArea/Playground/storm/external/storm-elasticsearch/src/main/java/org/apache/storm/elasticsearch/common/EsConfig.java:[70,40]
cannot find symbol
symbol: variable ImmutableMap
location: class org.apache.storm.elasticsearch.common.EsConfig
```
Maybe usages of guava is not removed clearly.
---
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.
---