zeppelin/dev
AhyoungRyu 540ceb87d8 [ZEPPELIN-2373] Remove -Pyarn build profile
### What is this PR for?
Currently users who build Zeppelin from source need to include `-Pyarn` build profile to enable Yarn for embedded local Spark. This PR is to remove `-Pyarn` and make Yarn related libraries can be automatically downloaded without the profile during build time.

### What type of PR is it?
just removed Yarn build profile in `spark-dependencies/pom.xml`

### What is the Jira issue?
[ZEPPELIN-2373](https://issues.apache.org/jira/browse/ZEPPELIN-2373)

### How should this be tested?
1. apply this patch and build Zeppelin with below command
```
mvn clean package -DskipTests -pl 'zeppelin-server, spark-dependencies, spark' --am
```

2. check `spark-yarn_${scala.binary.version}.jar` is downloaded(or included) during build time
```
[INFO] Including org.apache.spark:spark-yarn_2.10🫙2.1.0 in the shaded jar.
```
In current master, the above line won't be shown if you don't use `-Pyarn` build profile. But with this patch, it will be shown without the profile.

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: AhyoungRyu <fbdkdud93@hanmail.net>

Closes #2232 from AhyoungRyu/ZEPPELIN-2373/includeYarnByDefault and squashes the following commits:

59eb2b5 [AhyoungRyu] Remove -Pyarn build profile
2017-04-10 22:56:11 +09:00
..
travis ZEPPELIN-160 Working with provided Spark, Hadoop. 2015-09-01 10:05:41 -07:00
change_scala_version.sh [ZEPPELIN-2139] Interpreters based on scala_2.11 aren't installed correctly 2017-03-07 14:05:31 +09:00
change_zeppelin_version.sh [ZEPPELIN-2101] Add zeppelin bump up and git tag script for release 2017-02-21 09:29:54 +09:00
common_release.sh [ZEPPELIN-2001] Publish Apache Zeppelin artifacts to snapshot repository 2017-03-21 12:04:05 +09:00
create_release.sh [ZEPPELIN-2373] Remove -Pyarn build profile 2017-04-10 22:56:11 +09:00
merge_zeppelin_pr.py [ZEPPELIN-980] Move git repository from incubator-zeppelin to zeppelin 2016-06-10 09:02:41 -07:00
publish_release.sh [ZEPPELIN-2373] Remove -Pyarn build profile 2017-04-10 22:56:11 +09:00
tag_release.sh [HOTFIX] Fix wrong variable name in tag script 2017-03-21 20:06:02 +09:00
test_zeppelin_pr.py [ZEPPELIN-1781] Failed to run the script 'test_zeppelin_pr.py' on Windows 10 2017-01-26 21:11:08 -08:00