Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After summarizeWindows flint_df can't able to convert into spark df #62

Open
Ashokcs94 opened this issue Feb 12, 2019 · 5 comments
Open

Comments

@Ashokcs94
Copy link

Ashokcs94 commented Feb 12, 2019

I can able to convert spark df to flint df and apply the summarizeWindows function also working.
After applying any flint function , I can't able to access the df (like i can't convert back to spark df, or can't able to save the result file.

Even flint.show() or spark _df.show() getting error. But function is working correctly, i cant able to access the result df.

@icexelloss
Copy link
Member

icexelloss commented Feb 12, 2019 via email

@Ashokcs94
Copy link
Author

Ashokcs94 commented Feb 13, 2019

But if calls regular spark function on top of flint DF is not working ?
I using (Pyspark) Spark version 2.3 and install the ts-flint (using pip in python3) in spark submit i have added the jars and pyFiles (as flint-0.6.0.jar file). I can able to convert the spark df to flint df (by using flint_df = flintContext.read.dataframe(s_df) ). after I am applied flint function (summarizeWindows) i got the new flint df. With the new flint df i can't able to apply any spark df function (eg.. even in new flint sd flint_df.show() is throwing error.)

Is my Jar issue ? or i missed any installation else ?

I didn't get proper docs for the installation and setup of ts-flint, could you please provide the proper doc in urgent manner.

@icexelloss
Copy link
Member

icexelloss commented Feb 13, 2019 via email

@Ashokcs94
Copy link
Author

save_to_parquet_error.txt.txt
flint_df_show_error.txt.txt

I have attached 2 type of error i am getting. (1 - flint_df.write.parquet error , 2 - flint_df.show() error).

@icexelloss
Copy link
Member

Looks like your executors don't have flint jar in the class path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants