Problem writing to HBase from R: Internal error processing mutateRows

38 views
Skip to first unread message

Kiryl Trembovolski

unread,
Jun 16, 2015, 6:21:17 AM6/16/15
to rha...@googlegroups.com
Trying to run:

hb.init(host='127.0.0.1',port=9090)
checkTrue
(hb.new.table("dframe","x","y","z"))
N
<- 10000
p
<- data.frame(x=runif(N),y=sample(1:N,N,replace=TRUE), z=sample(letters,N,replace=TRUE))
checkTrue
(hb.insert.data.frame("dframe",p))
hb
.delete.table("dframe")

new table gets successfully created; but when I am trying to run hb.insert.data.frame, I am getting:

Error in hb.insert.data.frame("dframe", p) :
  rhbase
<addAndSendDFBatch>:: Internal error processing mutateRows

HBase version: 1.0.1
R version: 3.2.0
RHbase version: 1.2.0
Reply all
Reply to author
Forward
0 new messages