Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Installing optional modules for Talend Studio Data Quality 7.0.1.20180411_1414, it stops short with 301 modules remaining. Error resolving artifact org.apache.curator: apache-curator:jar:2.6.0: Could not find artifact org.apache.curator:apache-curator:jar:2.6.0 in central (http://repo1.maven.org/maven2/)
Hello,
Are you getting this issue when create a hive connection(no download any jars) and install the optional libraries in TOS Big Data 7.0.1? Our developers are working on jira issue:https://jira.talendforge.org/browse/TUP-20803.
Best regards
Sabrina
Hello @pgruenbeck
Thanks for your details!
Does the issue 'apache-curator' block you to use TOS-BD? It is not necessary to download all optional modules before using TOS-BD. The required jars will be pop-up again as a download/install dialog when you need to use some detailed function.
Best regards
Sabrina
I think I found a workaround to the missing apache-curator-2.6.0.jar problem.
In the TOS folder:
...\configuration\.m2\repository\org\apache\curator\apache-curator\2.6.0
create a zero length file called: apache-curator-2.6.0.jar
From the Maven site: http://repo1.maven.org/maven2/org/apache/curator/apache-curator/2.6.0/
download the files the same folder:
apache-curator-2.6.0-site.xml
apache-curator-2.6.0.pom
Up one directory level
...\configuration\.m2\repository\org\apache\curator\apache-curator\
download the file from http://repo1.maven.org/maven2/org/apache/curator/apache-curator/
maven-metadata.xml
This will at least let the additional modules keep loading the rest of the library.
You may hit the same problem with
...\configuration\.m2\repository\graphframes\graphframes\0.5.0-spark2.1-s_2.11
missing file graphframes-0.5.0-spark2.1-s_2.11.jar
so just give it a zero length file, I could not find the associated POM file for this one but it didn't seem to care.
Repeat the process again for:
...\configuration\.m2\repository\org\pentaho\pentaho-aggdesigner-algorithm\5.1.5-jhyde