After spark converged with Hadoop neither Spark.yarn.jars nor Spark.yarn.archive is set

Source: Internet
Author: User
Tags hdfs dfs

Reference documents:

http://blog.csdn.net/lxhandlbb/article/details/54410644

Each time a spark task is submitted to yarn, uploading resource (package spark jars and upload) is always present on HDFs.

In bad condition, it will be stuck here for a long time.

Solve:
To create a directory on HDFs:
HDFs Dfs-mkdir/spark_jars

Upload Spark's jars (spark1.6 only need to upload Spark-assembly-1.6.0-snapshot-hadoop2.6.0.jar)


HDFs dfs-put/opt/spark/jars/*/spark_jars


In Spark's Conf's spark-default.conf


To add a configuration:

spark.yarn.jars=hdfs://master:9000/spark_jars/*
#spark. yarn.jars=/opt/spark-2.1.1-bin-hadoop2.7/jars/*


can be resolved. This problem does not occur.

After spark converged with Hadoop neither Spark.yarn.jars nor Spark.yarn.archive is set

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.