Member since
12-27-2017
5
Posts
0
Kudos Received
0
Solutions
12-27-2017
06:10 AM
sorry , there was a typo, the code I am trying to run is :- df.write.bucketBy(2,"col_name").saveAsTable("table")
... View more
12-27-2017
06:07 AM
I am using pyspark df.write.saveAsTable(name="table",mode="append")
... View more
12-27-2017
05:53 AM
I am not able to append records to a table using the follwing command :- df.write.saveAsTable("table") df.write.saveAsTable("table",mode="append") error:- IllegalArgumentException: 'Expected only one path to be specified but got : '
... View more
Labels:
- Labels:
-
Apache Spark
12-27-2017
05:48 AM
In spark 2.2.0, I am trying to create table using bucketBy(), but not able to do so. it throws error message :- AttributeError: Dataframe has no attribute bucketBy code:- df.write.bucketBy.saveAsTable("table") any solution?
... View more
Labels:
- Labels:
-
Apache Spark