-
Notifications
You must be signed in to change notification settings - Fork 3
Seeing error in getDomain #26
Comments
This issue is caused by using different versions of guava in Spark vs Fluo. When the Spark job runs it uses guava 11 (because of yarn I think). With the older version of guava the domain is ok. When a Fluo Observer processes the data, a newer version of guava is in use. The newer version of guava no longer thinks the domain is ok. |
I experimented with making my webindex observers use guava 11 (which is what spark is using). However, the Fluo framework uses guava 13 which makes it difficult for an application to use guava 11. Dependency isolation (apache/fluo#536) would be nice. |
#26 log error and continue when error getting domain
Found the following site. We may be able to use the java software plus list from that site. The nice thing there is that the list is not built into the software like it is in guava. |
Java lib that uses public suffix list: https://github.com/hamano/regdom4j/ |
Repeatedly seeing the following error in getDomain.
The text was updated successfully, but these errors were encountered: