Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

puthbasejson

avatar
Expert Contributor

I am trying to put data in to hbase using puthbasejson.

When trying to put a timestamp '2017-12-01 10:00:00' and a name like 'Donald, Mark', I am getting error (basically could not insert ":" and ",").

I tried escaping them with "\", could not able to put.

Can anyone suggest how to put the above values

1 ACCEPTED SOLUTION

avatar
Expert Contributor

I have figured it, Thanks for help

View solution in original post

3 REPLIES 3

avatar
Master Guru

Can you show a sample JSON document you are sending to the processor?

avatar
Expert Contributor

@Bryan Bende

I am trying to put in puthbasejson

{"name":"MARK","color":"green&green","screen":"5.5 inch","resolution":"1000:1", "address":"1,1/1,NewYork","comments":"a1-1:\"newcomment" is registered"}

avatar
Expert Contributor

I have figured it, Thanks for help