python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to display timestamp while scanning hbase?
for key, data in table.scan():
print('Found: {}, {}'.format(key, data))
I have an HBase table that I need to scan and print the timestamp. I have written the above code but it only produces output li...
ffl
Votes: 0
Answers: 1
How to solve the "too many connection" problem in zookeeper when I want to query too many times in reduce stage?
Sorry for my stupid question and thank you in advance.
I need to replace the outputvalue in reduce stage(or map stage). However, it will case too many connection in zookeeper. I don't know how to deal...
EndSpirit
Votes: 0
Answers: 1
Java compiler cannot find hadoop.hbase.mapreduce packages
I'm trying to run a MapReduce app which uses a HBase table. The code is provided by my university professor and we are supposed to run it. Here is the code:
package hbase;
import java.io.IOException;...
Reza Namvar
Votes: 0
Answers: 0
HBase shell is starting but throwing error
I am trying to run the HBase shell. The shell get starts but when I put any command it gives me this error:
hbase:001:0> status
ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: S...
Ankit Kaushal
Votes: 0
Answers: 1