Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Studio for DQ - Bad maven reference for apache-curator

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/)

Labels (2)
23 Replies
Anonymous
Not applicable
Author

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

 

pgruenbeck
Contributor III
Contributor III

I'm not a Hadoop user so I can't help you with Hive.

It was pretty simple to find - no job or anything to create. Just do a
fresh install of the download, then do the updates. First it will load
the standard ones, then run it again to get the 1000+ optional ones.
Accept all licenses and go.

Mine interrupted several times but just keep running it until its done
or gets stuck. The maven repo for apache curator folder does not contain
a jar, just source zip files.  I'm guessing the definition XML that
Talend uses to load modules needs to be updated.
Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

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