We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d0f82 commit 76d6a4cCopy full SHA for 76d6a4c
core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala
@@ -165,9 +165,6 @@ class HistoryServer(
165
* export SPARK_HISTORY_OPTS="-Dspark.history.fs.logDirectory=/tmp/spark-events"
166
* ./sbin/start-history-server.sh
167
*
168
- * export SPARK_HISTORY_OPTS="-Dspark.history.fs.logDirectory=hdfs://1.2.3.4:9000/spark-events"
169
- * ./sbin/start-history-server.sh
170
- *
171
* This launches the HistoryServer as a Spark daemon.
172
*/
173
object HistoryServer extends Logging {
0 commit comments