|
|
Rajendra Manjunath 2012-07-23, 15:31
i have hbase configured in pseudo distributed mode and i am accessing it through a web service. till now every thing was running fine but from the morning i am getting this error 8774@rajendrarajendra,60020,1343050590428host:port pair: �
all the process are running fine and i am able to access my hbase from the shell
Need the help and Many thanks
From Rajendra
Amandeep Khurana 2012-07-23, 15:33
This is most likely because of a mismatch in the ZK library version between your web service and the HBase install. Can you confirm you got the same version in both places? On Monday, July 23, 2012 at 8:31 AM, Rajendra Manjunath wrote:
> i have hbase configured in pseudo distributed mode and i am accessing it > through a web service. till now every thing was running fine but from the > morning i am getting > this error > 8774@rajendrarajendra,60020,1343050590428host:port pair: � > > all the process are running fine and i am able to access my hbase from the > shell > > Need the help and Many thanks > > From > Rajendra > >
Mohammad Tariq 2012-07-23, 15:39
Hi Rajendra,
If the web service core was written with the zookeeper jar included in some older Hbase release, and you have now upgraded your Hbase version, then this could happen. Try adding the new jar in your web service core.
Regards, Mohammad Tariq On Mon, Jul 23, 2012 at 9:03 PM, Amandeep Khurana <[EMAIL PROTECTED]> wrote: > This is most likely because of a mismatch in the ZK library version between your web service and the HBase install. Can you confirm you got the same version in both places? > > > On Monday, July 23, 2012 at 8:31 AM, Rajendra Manjunath wrote: > >> i have hbase configured in pseudo distributed mode and i am accessing it >> through a web service. till now every thing was running fine but from the >> morning i am getting >> this error >> 8774@rajendrarajendra,60020,1343050590428host:port pair: � >> >> all the process are running fine and i am able to access my hbase from the >> shell >> >> Need the help and Many thanks >> >> From >> Rajendra >> >> > >
Mohammad Tariq 2012-07-25, 08:16
did it work??
Regards, Mohammad Tariq On Mon, Jul 23, 2012 at 9:09 PM, Mohammad Tariq <[EMAIL PROTECTED]> wrote: > Hi Rajendra, > > If the web service core was written with the zookeeper jar > included in some older Hbase release, and you have now upgraded your > Hbase version, then this could happen. Try adding the new jar in your > web service core. > > Regards, > Mohammad Tariq > > > On Mon, Jul 23, 2012 at 9:03 PM, Amandeep Khurana <[EMAIL PROTECTED]> wrote: >> This is most likely because of a mismatch in the ZK library version between your web service and the HBase install. Can you confirm you got the same version in both places? >> >> >> On Monday, July 23, 2012 at 8:31 AM, Rajendra Manjunath wrote: >> >>> i have hbase configured in pseudo distributed mode and i am accessing it >>> through a web service. till now every thing was running fine but from the >>> morning i am getting >>> this error >>> 8774@rajendrarajendra,60020,1343050590428host:port pair: � >>> >>> all the process are running fine and i am able to access my hbase from the >>> shell >>> >>> Need the help and Many thanks >>> >>> From >>> Rajendra >>> >>> >> >>
|
|