Github user marevol commented on the issue:
https://github.com/apache/incubator-predictionio/pull/336
Please see our snapshot build:
http://fess.codelibs.org/snapshot/apache-predictionio-0.11.0-v1-SNAPSHOT.zip
Storage implementations, such as hbase, were moved to plugins/data-*
projects,
and jar files are put to plugins directory in the distribution.
IMO, I think that Plugin is better than maven profile.
As for plugin, PIO user can select features in 1 distribution without
building PIO,
and also add own storage implementation they want.
In our build, if you want to use ES1, (I'm working on this issue now. For
ES1, more testing might be need...)
1. Remove plugins/pio-data-elasticsearch-assembly-0.11.0-v1-SNAPSHOT.jar
2. Move extra/pio-data-elasticsearch1-assembly-0.11.0-v1-SNAPSHOT.jar to
plugins/
3. Modify conf/pio-env.sh (you can use previous ES1 settings)
4. Start PIO (That's all!)
Although I did not check it on UR template, it may work with no
modification(or dependencies update) with ES1.
---
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.
---