[
https://issues.apache.org/jira/browse/SPARK-33001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17231749#comment-17231749
]
Danny Lee commented on SPARK-33001:
-----------------------------------
[~xorz57] - I followed the code back to 1305 in this file
[https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/Utils.scala]
but unfortunately even if I set my system to "isTesting" like in line 1930 the
debug output for computePageSize() only shows the number 4096. I think this is
in early stages of testing, but I dont think it was affecting my code at all
and my job was failing for a different reason (most likely memory related).
The warning just happened to show up before my exception, but I believe its
unrelated.
> Why am I receiving this warning?
> --------------------------------
>
> Key: SPARK-33001
> URL: https://issues.apache.org/jira/browse/SPARK-33001
> Project: Spark
> Issue Type: Question
> Components: Spark Core
> Affects Versions: 3.0.1
> Reporter: George Fotopoulos
> Priority: Major
>
> I am running Apache Spark Core using Scala 2.12.12 on IntelliJ IDEA 2020.2
> with Docker 2.3.0.5
> I am running Windows 10 build 2004
> Can somebody explain me why am I receiving this warning and what can I do
> about it?
> I tried googling this warning but, all I found was people asking about it and
> no answers.
> [screenshot|https://user-images.githubusercontent.com/1548352/94319642-c8102c80-ff93-11ea-9fea-f58de8da2268.png]
> {code:scala}
> WARN ProcfsMetricsGetter: Exception when trying to compute pagesize, as a
> result reporting of ProcessTree metrics is stopped
> {code}
> Thanks in advance!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]