I changed my pom to be like;

<dependencies>

 <dependency>

 <groupId>org.apache.hadoop</groupId>

 <artifactId>hadoop-client</artifactId>

 <version>1.0.3</version>

 </dependency>

 <dependency>

 <groupId>org.apache.hadoop</groupId>

 <artifactId>hadoop-core</artifactId>

 <version>1.0.3-mapr-2.1.3.1</version>

 </dependency>

 <dependency>

 <groupId>com.mapr.hadoop</groupId>

 <artifactId>maprfs</artifactId>

 <version>1.0.3-mapr-2.1.3.1</version>

 </dependency>

 <dependency>

 <groupId>org.apache.hbase</groupId>

 <artifactId>hbase</artifactId>

 <version>0.94.5-mapr</version>

 </dependency>


But still
sees org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles$3@5d185844,
java.io.IOException: java.io.IOException: No FileSystem for scheme: maprfs

does it matter what version of hadoop the hbase cluster is using? the hdfs
file is on cluster 1, while the hbase is installed on another cluster.

Chen


On Thu, Jun 19, 2014 at 8:07 AM, Chen Wang <[email protected]>
wrote:

> rpm -qa | grep mapr
> mapr-pig-0.10.19796-GA.noarch
> mapr-client-2.1.3.24434.GA-3.x86_64
> mapr-mahout-0.7.18380-GA.noarch
> mapr-oozie-internal-3.3.2.22919-1.noarch
> mapr-pig-internal-1.2.9.14962.GA.v0.9.0-sp1.x86_64
>
>
> On Thu, Jun 19, 2014 at 6:49 AM, Nabeel Moidu <[email protected]>
> wrote:
>
>> I meant mapr.
>>
>> rpm -qa | grep mapr
>>
>> On Thu, Jun 19, 2014 at 6:56 PM, Chen Wang <[email protected]>
>> wrote:
>> > hadoop version
>> > Hadoop 1.0.3
>> > Source http://mapr.com -r 2fc440194a6652404626d72b3e3045781f5576ab
>> >
>> >
>> > On Thu, Jun 19, 2014 at 5:03 AM, Nabeel Moidu <[email protected]>
>> wrote:
>> >
>> >> What version of mapr are you running?
>> >>
>> >> On Thu, Jun 19, 2014 at 4:39 PM, Chen Wang <[email protected]
>> >
>> >> wrote:
>> >> > I also checked hadoop classpath, and it does contain maprfs jar
>> >> >
>> >>
>> :/opt/mapr/hadoop/hadoop-0.20.2/bin/../lib/logging-0.1.jar:/opt/mapr/hadoop/hadoop-0.20.2/bin/../lib/maprfs-1.0.3-mapr-2.1.3.2.jar
>> >> >
>> >> >
>> >> > On Thu, Jun 19, 2014 at 3:52 AM, Chen Wang <
>> [email protected]>
>> >> > wrote:
>> >> >
>> >> >> Nabeel,
>> >> >> I have the maprfs-1.0.3-mapr-3.0.0.jar in my pom.xml,and I am
>> building a
>> >> >> shaded jar. This means that maprfs-1.0.3-mapr-3.0.0.jar is on my
>> >> >> classpath right?
>> >> >> Thanks,
>> >> >> Chen
>> >> >>
>> >> >>
>> >> >> On Wed, Jun 18, 2014 at 9:59 PM, Nabeel Moidu <
>> [email protected]>
>> >> >> wrote:
>> >> >>
>> >> >>> On Wed, Jun 18, 2014 at 10:23 AM, Chen Wang <
>> >> [email protected]>
>> >> >>> wrote:
>> >> >>> > java.io.IOException: java.io.IOException: No FileSystem for
>> scheme:
>> >> >>> maprfs
>> >> >>>
>> >> >>> Make sure CLASSPATH and LIBRARY_PATH settings are correct
>> >> >>>
>> >> >>> CLASSPATH should contain the
>> >> $MAPR_HOME/lib/maprfs-1.0.3-mapr-3.0.0.jar"
>> >> >>>
>> >> >>> LIB_PATH should contain /opt/mapr/lib
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>> --
>> >> >>> Thanks and Regards,
>> >> >>>
>> >> >>> Nabeel Moidu
>> >> >>> Hyderabad, India
>> >> >>>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>> >> --
>> >> Thanks and Regards,
>> >>
>> >> Nabeel Moidu
>> >> Hyderabad, India
>> >>
>>
>>
>>
>> --
>> Thanks and Regards,
>>
>> Nabeel Moidu
>> Hyderabad, India
>>
>
>

Reply via email to