<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: hdfs connection to mapR in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/hdfs-connection-to-mapR/m-p/2237426#M25854</link>
    <description>UnsatisfiedLinkError is almost always a missing mapr-client. &amp;nbsp;To run MapR jobs, you need to have the MapR client software installed on the same machine as the Talend Studio, with the same version as the MapR distribution that you are using. 
&lt;BR /&gt;Have you followed the instructions at:&amp;nbsp;http://doc.mapr.com/display/MapR/Setting+Up+the+Client ? 
&lt;BR /&gt;If so, can you tell us which version of MapR and what OS you are using? 
&lt;BR /&gt;All my best, Ryan</description>
    <pubDate>Mon, 11 Jan 2016 09:07:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-11T09:07:31Z</dc:date>
    <item>
      <title>hdfs connection to mapR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/hdfs-connection-to-mapR/m-p/2237425#M25853</link>
      <description>Hi All
&lt;BR /&gt;I have installed the mapR client and inspite of that i'm having issues ..Below is the error
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt;xception in thread "main" java.lang.UnsatisfiedLinkError: com.mapr.fs.jni.MapRClient.init(ILjava/lang/String;ZZILcom/mapr/fs/jni/MapRConstants$JniUsername;IIIII)I&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; at com.mapr.fs.jni.MapRClient.init(Native Method)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; at com.mapr.fs.MapRFileSystem.initConfig(MapRFileSystem.java:352)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; at com.mapr.fs.MapRFileSystem.initialize(MapRFileSystem.java:260)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1524)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:70)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:1558)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:1540)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:258)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:129)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; at uhc_coda.loadhadoop_0_1.LoadHadoop.tRowGenerator_1Process(LoadHadoop.java:809)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; at uhc_coda.loadhadoop_0_1.LoadHadoop.tHDFSConnection_1Process(LoadHadoop.java:384)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; at uhc_coda.loadhadoop_0_1.LoadHadoop.runJobInTOS(LoadHadoop.java:1329)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; at uhc_coda.loadhadoop_0_1.LoadHadoop.main(LoadHadoop.java:1186)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; disconnected&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt; disconnected&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt;Job LoadHadoop ended at 22:08 09/01/2016. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt;Any help is really appreciated&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:52:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/hdfs-connection-to-mapR/m-p/2237425#M25853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: hdfs connection to mapR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/hdfs-connection-to-mapR/m-p/2237426#M25854</link>
      <description>UnsatisfiedLinkError is almost always a missing mapr-client. &amp;nbsp;To run MapR jobs, you need to have the MapR client software installed on the same machine as the Talend Studio, with the same version as the MapR distribution that you are using. 
&lt;BR /&gt;Have you followed the instructions at:&amp;nbsp;http://doc.mapr.com/display/MapR/Setting+Up+the+Client ? 
&lt;BR /&gt;If so, can you tell us which version of MapR and what OS you are using? 
&lt;BR /&gt;All my best, Ryan</description>
      <pubDate>Mon, 11 Jan 2016 09:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/hdfs-connection-to-mapR/m-p/2237426#M25854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-11T09:07:31Z</dc:date>
    </item>
  </channel>
</rss>

