Details
-
Bug
-
Resolution: Won't Do
-
Major - P3
-
None
Description
I am getting error "Exception in thread "main" org.bson.json.JsonParseException: Invalid JSON number
at org.bson.json.JsonScanner.scanNumber(JsonScanner.java:436)" while using var mongodbDF=sqlContext.read.option("pipeline","[{$match:{'_id':{$eq:["+matchid+"]}}}]").mongo(readConfigIntrxn).
But there no example for this at your sit