You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm really stuck with this section of Spark book.
staticDataFrame = spark.read.format("csv")
.option("header", "true")
.option("inferSchema", "true") .load("/mnt/defg/retail-data/by-day/*.csv")
I'm not able to understand the "load("/mnt/...") section.
I have downloaded the data to my local drive. But now the issue is on loading the data. How to load the data ?
Is the mnt/defg being done via S3 ? or by any other method !
The text was updated successfully, but these errors were encountered:
On Fri, 19 Apr 2019, 15:31 Vishnu Murali, ***@***.***> wrote:
Hi,
I'm really stuck with this section of Spark book.
staticDataFrame = spark.read.format("csv")
.option("header", "true")
.option("inferSchema", "true")
*.load("/mnt/defg/retail-data/by-day/*.csv")*
1.
I'm not able to understand the "load("/mnt/...") section.
I have downloaded the data to my local drive. But now the issue is on
loading the data. How to load the data ?
2.
Is the mnt/defg being done via S3 ? or by any other method !
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#38>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACV2AHLGGMTSAPEBJFQSWPDPRGJ6RANCNFSM4HHDHFIA>
.
Hi,
I'm really stuck with this section of Spark book.
staticDataFrame = spark.read.format("csv")
.option("header", "true")
.option("inferSchema", "true")
.load("/mnt/defg/retail-data/by-day/*.csv")
I'm not able to understand the "load("/mnt/...") section.
I have downloaded the data to my local drive. But now the issue is on loading the data. How to load the data ?
Is the mnt/defg being done via S3 ? or by any other method !
The text was updated successfully, but these errors were encountered: