dong

Results 3 comments of dong

use option("codec", "org.apache.hadoop.io.compress.GzipCodec") instead option("compression", "gzip") with spark-tensorflow-connector 1.15 version

so guys find a solution yet? My head hurts now ~_~! example text: {\x22name\x22:\x22tom\x5Ccat\x22} If the results obtained should be run properly this: {"name":"tom\cat"} Directly in the ruby runtime it...

and now, I use this way to solve: ruby { code => 'str=event["request_body"]; str=str.gsub("\x22","\"").gsub("\x5C", "\"); event["request_body"]=str;' }