Created 12-01-2017 11:16 AM
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
Created 01-15-2018 12:07 PM
I have figured it, Thanks for help
Created 12-01-2017 12:27 PM
Can you show a sample JSON document you are sending to the processor?
Created 12-04-2017 03:27 PM
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"}
Created 01-15-2018 12:07 PM
I have figured it, Thanks for help