Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fails with java.io.IOException: No space left on device in initializing spark context #14

Closed
yaooqinn opened this issue Mar 19, 2018 · 0 comments
Assignees
Projects

Comments

@yaooqinn
Copy link
Member

Expected behavior

Actual behavior.

server side

8/03/19 11:18:14 ERROR SparkContext: Error initializing SparkContext.
java.io.IOException: No space left on device
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:326)
	at java.util.zip.DeflaterOutputStream.deflate(DeflaterOutputStream.java:253)
	at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:255)
	at java.util.zip.ZipOutputStream.finish(ZipOutputStream.java:360)
	at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:238)
	at java.util.zip.ZipOutputStream.close(ZipOutputStream.java:377)
	at org.apache.spark.deploy.yarn.Client.prepareLocalResources(Client.scala:574)
	at org.apache.spark.deploy.yarn.Client.createContainerLaunchContext(Client.scala:895)
	at org.apache.spark.deploy.yarn.Client.submitApplication(Client.scala:171)
	at org.apache.spark.scheduler.cluster.YarnClientSchedulerBackend.start(YarnClientSchedulerBackend.scala:56)
	at org.apache.spark.scheduler.TaskSchedulerImpl.start(TaskSchedulerImpl.scala:156)
	at org.apache.spark.SparkContext.<init>(SparkContext.scala:509)
	at yaooqinn.kyuubi.session.KyuubiSession$$anon$1.run(KyuubiSession.scala:132)

client side

Error: Get SparkSession for [hzyaoqin] failed: java.util.concurrent.TimeoutException: Futures timed out after [60 seconds] (state=08S01,code=0)
Beeline version 1.2.1.spark2 by Apache Hive

Steps to reproduce the problem.

Specifications like the version of the project, operating system, or hardware.

@yaooqinn yaooqinn self-assigned this Mar 19, 2018
@yaooqinn yaooqinn added this to In progress in kyuubi Mar 19, 2018
@yaooqinn yaooqinn moved this from In progress to To do in kyuubi Mar 19, 2018
kyuubi automation moved this from To do to Done May 23, 2018
zhaohehuhu added a commit to zhaohehuhu/incubator-kyuubi that referenced this issue Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
kyuubi
  
Done
Development

No branches or pull requests

1 participant