| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
10 (0.179s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: Not a host:port issue - HBase - [mail # user]
|
|
...Thanks Stack, We have successfully restored our Hadoop/HBase cluster to a healthy state. It seems that moving the pig and zookeeper references to the back of the HA DOOP_C...
|
|
|
Author: Tom Wilcox,
2012-04-12, 09:52
|
|
|
RE: Not a host:port issue - HBase - [mail # user]
|
|
...I forgot to mention, that I am working with Royston on this issue. We have made some progress... We have managed to get rid of our version/classpath issue by compiling the Java client ...
|
|
|
Author: Tom Wilcox,
2012-04-11, 12:14
|
|
|
RE: Not a host:port issue - HBase - [mail # user]
|
|
...I am not sure how to confirm which version of the HBase API the client is using. Although we are referencing the HBase-0.95-SNAPSHOT and zookeeper 3.4.3 jars, we are still seeing the followi...
|
|
|
Author: Tom Wilcox,
2012-04-11, 09:35
|
|
|
RE: median through AggregationProtocol - HBase - [mail # user]
|
|
...Hi Ted, Following from what you have said, we have edited AggregateClient.java with the following modification to the median() method: ... // scan the r...
|
|
|
Author: Tom Wilcox,
2012-01-23, 16:35
|
|
|
RE: median aggregate Was: AggregateProtocol Help - HBase - [mail # user]
|
|
...Forgive me if this is stating the obvious (I just want to understand this b etter), but a naive approach to hist would surely just be a 2-pass algorith m where the first pass gathers statist...
|
|
|
Author: Tom Wilcox,
2012-01-07, 11:32
|
|
|
RE: zookeeper connection problem in pseudo mode - HBase - [mail # user]
|
|
...Yong, Following Leonardo's response, when I run ifconfig on our regionserver (als o our namenode) I get the following: [hadoop1@namenode hadoop-1.0.0]$ ifconfig eth0 &nbs...
|
|
|
Author: Tom Wilcox,
2012-01-06, 16:01
|
|
|
RE: zookeeper connection problem in pseudo mode - HBase - [mail # user]
|
|
...Hi Yong, When I run: sudo /etc/init.d/iptables stop I see the following output: iptables: Flushing firewall rules: &n...
|
|
|
Author: Tom Wilcox,
2012-01-06, 11:23
|
|
|
RE: zookeeper connection problem in pseudo mode - HBase - [mail # user]
|
|
...I've seen that error before. Have you tried turning off your firewalls on e ach node? I do it like this: cat $HADOOP_INSTALL/conf/slaves | xargs -I{} ssh root@{} '/etc/init.d/ipt...
|
|
|
Author: Tom Wilcox,
2012-01-05, 15:59
|
|
|
RE: AggregateProtocol Help - HBase - [mail # user]
|
|
...Hi, I am not sure how we load the AggregateImplementation into the table. When we are creating a table, we use the same functions as the test as follows.. . ... , ...  ...
|
|
|
Author: Tom Wilcox,
2011-12-23, 11:02
|
|
|
AggregateProtocol Help - HBase - [mail # user]
|
|
...Hi, We are trying to use the aggregation functionality in HBase 0.92 and we ha ve managed to get the test code working using the following command: java -classpath junit-4....
|
|
|
Author: Tom Wilcox,
2011-12-22, 16:09
|
|
|
|