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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Mapr Connection

Hi Team ,
I have created the job which have jdbcinput and writes data to hdfs file on mapr system . 
While running the job I am getting error . Can u tell me how to point to mapr client path . 
log4j:WARN No appenders could be found for logger (org.apache.hadoop.util.Shell).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See  for more info.
==========Unable to find library on native path due to Exception. ==============
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)         at java.lang.reflect.Method.invoke(Method.java:606)      &nbs

To see the whole post, download it here
Labels (4)
3 Replies
Anonymous
Not applicable
Author

Hi,

MapR requires their client library to be in the Path. 
Could you please take a look at document about: http://doc.mapr.com/display/MapR/Setting+Up+the+Client
In the client jar, you will find a DLL (if you are using Windows) in the lib folder. This DLL has to be in the path of windows.

Best regards
Sabrina
KarthikGs
Creator
Creator



To see the whole post, download it here
OriginalPost.pdf
KarthikGs
Creator
Creator

Hi,

MapR requires their client library to be in the Path. 
Could you please take a look at document about: http://doc.mapr.com/display/MapR/Setting+Up+the+Client
In the client jar, you will find a DLL (if you are using Windows) in the lib folder. This DLL has to be in the path of windows.

Best regards
Sabrina

I have the same problem while deploying my talend job in linux. What should i do to fix this error?