You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
There is exception printed out in the console (log) and directory spark- is left
after JVM complete normal shutdown in java.io.tmpdir
(strictly speaking it can be other directory, and it can be configured through the property, so
it should be taken in the account)
As far I investigate the root cause is https://issues.apache.org/jira/browse/SPARK-8333 that is there is open bug in Spark (my system is Windows 10 64 bit).
As a work-arround what I did I;
switch off from the log this message
<logger name="org.apache.spark.util.Utils" level="off" />
Right some rule that clean up all spark* folder from java.io.tmpdir (or more precise position) on the JVM startup
Maybe it worst to put this to the HiveQLUnit?
The text was updated successfully, but these errors were encountered:
There is exception printed out in the console (log) and directory spark- is left
after JVM complete normal shutdown in
java.io.tmpdir
(strictly speaking it can be other directory, and it can be configured through the property, so
it should be taken in the account)
As far I investigate the root cause is https://issues.apache.org/jira/browse/SPARK-8333 that is there is open bug in Spark (my system is Windows 10 64 bit).
As a work-arround what I did I;
<logger name="org.apache.spark.util.Utils" level="off" />
java.io.tmpdir
(or more precise position) on the JVM startupMaybe it worst to put this to the HiveQLUnit?
The text was updated successfully, but these errors were encountered: