62977/not-parquet-file-expected-magic-number-tail-but-found-51-53-10
Hi, I tried to load one CSV file in SparkR . But it shows me the below error.
Can anyone tell me why I am getting this error? Thank You
Hi@akhtar,
Here you are trying to read a csv file but it is expecting a parquet file. So you can use the bellow command to avoid this.
df <- read.df(csvPath, "csv", header = "true", inferSchema = "true", na.strings = "NA")
Thank You
Hey, Parquet is a columnar format file supported ...READ MORE
Ideally, you would use snappy compression (default) ...READ MORE
Yes, you can go ahead and write ...READ MORE
Hi, You can try this remove brackets from ...READ MORE
Instead of spliting on '\n'. You should ...READ MORE
Though Spark and Hadoop were the frameworks designed ...READ MORE
The official definition of Apache Hadoop given ...READ MORE
Firstly you need to understand the concept ...READ MORE
Hi@Ganendra, I am not sure what's the issue, ...READ MORE
Hi@Edureka, Spark's internal scheduler may truncate the lineage of the RDD graph ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.