Closed luqmanulkhair closed 8 years ago
DataFrame df = sqlContext.read().format("com.stratio.datasource.mongodb").options(options).load();
df.show();
All other values are okay except json obj which contain null values.
DataFrame df = sqlContext.read().format("com.stratio.datasource.mongodb").options(options).load();
df.show();
All other values are okay except json obj which contain null values.