python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Delta Table / Athena And Spark
I have my delta table, which can be read from Athena.
When I try to get the data through a query from spark I get the following error:
Caused by: org.apache.spark.SparkException: Job aborted due to s...
Josefina Andrea Araya Tapia
Votes: 0
Answers: 1
Visualization over delta table residing in S3
We have ingested CDC data to S3 raw layer. This CDC data in JSON file and has DML records (delete, update etc). We used spark streaming with delta lake to de-dup S3- raw layer data and move to standar...
Samar Singh
Votes: 0
Answers: 0
Why Spark writes Null in DeltaLake Table
My Java application uses a Spark Structured Streaming connected to a socket server continuously getting sensor measurement records (IoT) wrapped in an RDMessage object that records the message type fo...
João Paraná
Votes: 0
Answers: 1
'DataFrame' object has no attribute 'to_delta'
My code used to work. Why does my code not work anymore? I updated to the newer Databricks runtime 10.2 so I had to change some earlier code to use pandas on pyspark.
# Drop customer ID for AutoML
aut...

Climbs_lika_Spyder
Votes: 0
Answers: 1