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
Hello
Apologies for the probably idiotic question but I am trying to figure out how to, or if its reasonable, to get this library to help me export/import between Parquet and SFrame from TuriCreate. is this possible?
What I've tried so far:
Build the JAR in my EMR cluster (Spark 2.4.7)
include the Jar in my PySpark configs.
import SFrame from TuriCreate library.
try the .from_rdd() method without success. [AttributeError: type object 'SFrame' has no attribute 'from_rdd']()
I'm not clever enough to figure this out, any guidance would be greatly appreciated.
Thank you
The text was updated successfully, but these errors were encountered:
Hello
Apologies for the probably idiotic question but I am trying to figure out how to, or if its reasonable, to get this library to help me export/import between Parquet and SFrame from TuriCreate. is this possible?
What I've tried so far:
Build the JAR in my EMR cluster (Spark 2.4.7)
include the Jar in my PySpark configs.
import SFrame from TuriCreate library.
try the .from_rdd() method without success.
[AttributeError: type object 'SFrame' has no attribute 'from_rdd']()
I'm not clever enough to figure this out, any guidance would be greatly appreciated.
Thank you
The text was updated successfully, but these errors were encountered: