Hi @MichTalebzadeh ,Once again, thanks for your replies.My databricks cluster does come preinstalled with streamlit, and I have been running the script the way you mentioned.I am going to try using alternatives to spark for the time being, and try wi...
Thanks for your responses.I did try creating a spark context and feed it to create a spark session constructor, but I get an error from databricks which states I should not initialize a new context despite using SparkContext.getOrCreate() Method.Trie...
Sadly, I have the errors in my corporate environment and I can't show the exact error details from this account.But it is quite close to that of @testing3
Thanks @MichTalebzadeh , but I have tried this to no avail, I get [MASTER_URL_NOT_SET] error, and when I try to set it, I get an error stating I cannot create another spark session. the getActiveSession() returns null from within the script, but retu...