azure-cosmosdb-spark icon indicating copy to clipboard operation
azure-cosmosdb-spark copied to clipboard

Apache Spark Connector for Azure Cosmos DB

Results 107 azure-cosmosdb-spark issues
Sort by recently updated
recently updated
newest added

This PR upgrades the build and the code to compile to Scala 2.12. The code needed minor changes to disambiguate the SAM type inference. I hope somebody could help out...

Issue #318 was closed prematurely. This ticket is to have slow dataframe writes addressed. See #318 for more details.

Language - Scala Compute - HD Insight Spark Version - 2.4 Bulk Import - True Connection mode - DirectHttps WriteBatchSize - 3000 ## Issue In our product, we use cosmos...

I used the code provided to write the data into Cosmos DB. I had written vertices with different labels into Cosmos DB `` cosmosDbVertices.write.format(cosmosDbFormat).mode("append").options(**cosmosDbConfig).save() cosmosDbEdges.write.format(cosmosDbFormat).mode("append").options(**cosmosDbConfig).save() `` I was successful in...

https://github.com/Azure/azure-cosmosdb-spark/blob/2.4/README.md #PingMSFTDocs

Hello all, I am using cosmos emulator docker image on my local host. I am trying to connect to cosmos db using azure-cosmosdb connector. I am able to open the...