Jami Malikzade created ZEPPELIN-3451:
----------------------------------------
Summary: Notebook result is cached
Key: ZEPPELIN-3451
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3451
Project: Zeppelin
Issue Type: Bug
Reporter: Jami Malikzade
After creating spark context and executing sample code:
val df = spark
.read
.option("header","true")
.option("sep",",")
.schema(testschema)
.csv("s3a://testFolder/test.csv")
If I change credentials in spark context to wrong, and rerun sample code,
results are still returned, looks like notebook results are cached or similar
problem.
Only after few minutes new credentials applied. And code being executed.
Is there any way to reset notebook results or interpreter option?
Or issue is with spark interpreter?
Thank you
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)