apache-spark - 有没有办法清除齐柏林飞艇的内存?

标签 apache-spark apache-zeppelin

我注意到即使我没有运行任何段落,Zeppelin 也会消耗大量内存。看来,它以某种方式在内存中缓存了一些数据。有什么办法可以清除这样的内存吗?

最佳答案

来自以下 URL:https://community.hortonworks.com/questions/104408/how-to-clear-values-in-zeppelin-notebook.html

Zeppelin stores [cached variables] in a file called note.json. This file is usually stored inside of a directory (the note's ID is usually in the URL for the note, and is the subdirectory name) on the Zeppelin home server, and can be edited in a text editor where you can remove the values/paragraphs if you so require.

Here is a good post showing how to do it: https://community.hortonworks.com/questions/24254/zeppelin-how-to-remove-results-cache-from-notebook.html

这应该有助于您清理一些内存。

关于apache-spark - 有没有办法清除齐柏林飞艇的内存?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56649510/

相关文章:

apache-spark - SPARK_SUBMIT_OPTIONS 中的 CPS 是什么?

java - Apache Spark : JavaPairRDD Cogroup function gives wrappers$iterable, 如何遍历呢?

scala - 在spark中组合/连接ID行

hadoop - Spark Map Task 内存消耗巨大

pyspark - 在 Zeppelin Interpreter 中设置特定的 Python

python - 如何在 Zeppelin 中的 %pyspark 解释器和 %python 解释器之间传递数据集?

apache-zeppelin - 构建 zeppelin 时出现问题 ERROR : spawn npm ENOENT

amazon-web-services - 运行 zepplin 连接 aws 胶时出错

mysql - Spark 未找到类为 com.mysql.jdbc.Driver 的已注册驱动程序

apache-spark - 使用自定义内核数和内存大小运行 Spark 应用程序