italia/daf-kylo

Error for make daf=kylo

Closed this issue · 1 comments

Note: These issues are for bugs and feature requests.

Subject of the issue

When I try to make daf-kylo I got the following error:

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] teamdigitale-daf-nifi-extension .................... SUCCESS [  0.101 s]
[INFO] teamdigitale-daf-nifi-processors ................... SUCCESS [  3.880 s]
[INFO] teamdigitale-daf-nifi-groovyscripts ................ FAILURE [  1.313 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.271 s
[INFO] Finished at: 2018-03-20T08:42:56+01:00
[INFO] Final Memory: 38M/320M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project teamdigitale-daf-nifi-groovyscripts: Could not resolve dependencies for project it.gov.daf:teamdigitale-daf-nifi-groovyscripts:jar:1.1.1-SNAPSHOT: The following artifacts could not be resolved: com.thinkbiganalytics.kylo.integrations:kylo-nifi-hadoop-service:jar:0.8.4, com.thinkbiganalytics.kylo.integrations:kylo-nifi-hadoop-service-api:jar:0.8.4: Could not find artifact com.thinkbiganalytics.kylo.integrations:kylo-nifi-hadoop-service:jar:0.8.4 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :teamdigitale-daf-nifi-groovyscripts
Makefile:63: recipe for target 'daf-kylo' failed

Steps to reproduce

git clone daf-kylo
cd daf-kylo
make daf-kylo
sylus commented

Hey @fabiofumarola I was curious how you got around this issue as is currently happening to me.

I was looking at this a few months ago and didn't have a problem with the build ^_^

Edit: Commenting out the extensions corrected it ^_^