[ 
https://issues.apache.org/jira/browse/PIG-4900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15293221#comment-15293221
 ] 

Sandip Samaddar commented on PIG-4900:
--------------------------------------

Dear Daniel,
                  For your information my bashrc is as follows.

# HADOOP DETAILS

export HADOOP_HOME=/usr/local/hadoop
export JAVA_HOME=/usr/lib/jvm/java-7-oracle
export PATH=$PATH:$HADOOP_HOME/bin
export HADOOP_MAPRED_HOME=$HADOOP_HOME
export HADOOP_COMMON_HOME=$HADOOP_HOME
export HADOOP_HDFS_HOME=$HADOOP_HOME
export YARN_HOME=$HADOOP_HOME
export HADOOP_COMMON_LIB_NATIVE_DIR=$HADOOP_HOME/lib/native
export HADOOP_OPTS="-Djava.library.path=$HADOOP_HOME/lib"
export PATH=$PATH:$HADOOP_HOME/sbin

#ANT DETAILS

export ANT_HOME=/home/hduser/apache-ant-1.9.7
export PATH=$PATH:$ANT_HOME/bin

#HBASE DETAILS

export HBASE_HOME=/usr/lib/hbase/hbase-1.1.4
export PATH=$PATH:$HBASE_HOME/bin
export HBASE_CONF_DIR=$HBASE_HOME/conf
export HBASE_CLASSPATH=$HBASE_CONF_DIR

#PIG DETAILS
export PIG_HOME=/usr/lib/pig/pig-0.13.0
export PIG_CONF_DIR=$PIG_HOME/conf
export PATH=$PATH:$PIG_HOME/bin
export HADOOP_CONF_DIR=$HADOOP_HOME/etc/hadoop
export 
PIG_CLASSPATH=$HADOOP_CONF_DIR:$HBASE_HOME/lib/zookeeper-3.4.6.jar:$HBASE_HOME/lib/hbase-client-1.1.4.jar:$HBASE_HOME/lib/hbase-common-1.1.4.jar:$PIG_CONF_DIR:$PIG_HOME/pig-0.13.0-withouthadoop-h2.jar:$HBASE_HOME:/usr/local/hadoop/etc/hadoop


> Using PIG 0.13.0 with HBase 1.1.4(pseudo distributed) in Hadoop 2.5.1. Pig 
> error 1200 encountered while using store command in pig to hbase. Before this 
> load and dump command in PIG worked fine.
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PIG-4900
>                 URL: https://issues.apache.org/jira/browse/PIG-4900
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.13.0
>         Environment: Hadoop 2.5.1
> Pig 0.13.0
> HBase 1.1.4
>            Reporter: Sandip Samaddar
>
> Kindly help me to resolve the folowing issue of mine.
> I have installed HADOOP 2.5.1 on  two UBUNTU 14.04 desktops in master-slave 
> cluster configuration successfully. I have also installed HBASE 1.1.4 on it 
> in pseudo-distributed mode. Finally I installed PIG 0.13.0. Now I am trying 
> to bulkload data from HDFS file system to HBASE using PIG. Through PIG grunt 
> shell( in map reduce mode) I have succesfully issued LOAD command to bulk 
> read file from HDFS file system into PIG. Then I  issued DUMP command in a 
> PIG variable. We struggled a lot to make things successful upto this point. 
> Then we got stuck,  with the following problem:
> Finally with several trial and errors, we failed to issue STORE command for 
> storing the dumped data into HBASE table( created earlier in HBASE 
> successfully). 
>         The error encountered while using STORE command is PIG 1200: PIG 
> failed to parse... Could not instantiate ......
>        Kindly help us because we have tried almost everyting from internet. 
> This forum is our last hope. 
> With thanks and regards
> Rituparna Sinha and
> Sandip Samaddar



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to