List Question
20 TechQA 2024-03-01T13:33:50.330000How does RDD.aggregate() work with partitions?
38 views
Asked by Jatin Rathour
A Spark Context has a content when submitting a Dataset to Spark, but Spark finds it null at the moment it is really building it
44 views
Asked by Marc Le Bihan
How to run spark sql file through Azure Databricks
65 views
Asked by amamagar
What is the need for conversion of JVM objects to internal Spark SQL representation?
32 views
Asked by tru
Using Cobrix with Java spark program to parse cobol like file
83 views
Asked by Jay
How to check if one column in spark Dataset is empty?
105 views
Asked by Sasa Lu
Convert Map Key and values into Dataframe using Scala spark
44 views
Asked by Samboo
Spark Dataframe Vs traditional object mapper
29 views
Asked by Sanjeev Kumar
Apache-Spark Problem with extract data for .json files
42 views
Asked by Gabriel Willye Borges
How to achieve desirable result using regexp_replace function in pyspark?
73 views
Asked by alka
How to compare all columns values in a csv file with multiple other column values by doing join only once in spark java
42 views
Asked by Raging Horse
Reading parquet file as is using spark
281 views
Asked by Akhtem
Spark reads all columns in filtering when using scala syntax
129 views
Asked by jack
Ambiguity in definition of Spark "Column": What does it contain and how/when is the data used?
70 views
Asked by user2153235
PySpark: Find specific value in a grouped data and mark entire group as different value
56 views
Asked by sanju
spark dataframe outputs the result incorrectly when using cast
61 views
Asked by Егор Бугаков
How many jobs,stages , tasks will be created here in this snippet of code of PySpark and Why
143 views
Asked by AzSurya Teja
Convert a Spark Dataset column from a UDT to Array<String>
80 views
Asked by tbc
How to groupby key for custom class dataset in spark java
41 views
Asked by Programmer