Search code examples
How to setup and run scala-spark in intellij?...

scalaintellij-ideascala-spark

Read More
Is there a way to partition/group by data where sum of column values per each group is under a limit...

apache-sparkpysparkdatabricksdatabricks-sqlscala-spark

Read More
Convert spark scala dataset of one type to another...

scalaapache-sparkapache-spark-sqlscala-spark

Read More
Explode nested list of objects into DataFrame in Spark...

scalaapache-sparkscala-spark

Read More
Spark broadcasts right dataset from left join, which causes org.apache.spark.sql.execution.OutOfMemo...

apache-sparkscala-spark

Read More
Different behaviour of same query in Spark 2.3 vs Spark 3.2...

apache-sparkapache-spark-sqlscala-spark

Read More
How Spark broadcast the data in Broadcast Join...

apache-sparkscala-spark

Read More
Why different behavior when mixed case are used, vs same case are used in spark 3.2...

apache-sparkapache-spark-sqlscala-spark

Read More
Convert Vector[String] to Dataframe in Scala Spark...

scalaapache-sparkscala-spark

Read More
save dataframe with records limit but also make sure same value is not across multiple files...

apache-sparkscala-spark

Read More
Performance degraded after upgrading from spark-cassandra-connector 2.4.0 to 3.1.0...

apache-sparkapache-spark-sqlspark-cassandra-connectorscala-spark

Read More
Add a tag to the list in the DataFrame based on the threshold given for the values ​in the list in S...

dataframescalaapache-sparkapache-spark-sqlscala-spark

Read More
Add a tag to the list in the DataFrame based on the data from the second DataFrame...

dataframescalaapache-sparkapache-spark-sqlscala-spark

Read More
Why we use Val for Accumulators and not Var in scala?...

apache-sparkscala-spark

Read More
How to use when() .otherwise function in Spark with multiple conditions...

apache-sparkpysparkscala-spark

Read More
Spark merge two columns that are arrays of different structs with overlapping field...

scalaapache-sparkpysparkuser-defined-functionsscala-spark

Read More
BackNext