spark-instrumented-optimizer/core/src/test
Burak Yavuz 6d8e5fbc0d [SPARK-5979][SPARK-6032] Smaller safer --packages fix
pwendell tdas
This is the safer parts of PR #4754:
 - SPARK-5979: All dependencies with the groupId `org.apache.spark` passed through `--packages`, were being excluded from the dependency tree on the assumption that they would be in the assembly jar. This is not the case, therefore the exclusion rules had to be defined more explicitly.
 - SPARK-6032: Ivy prints a whole lot of logs while retrieving dependencies. These were printed to `System.out`. Moved the logging to `System.err`.

Author: Burak Yavuz <brkyvz@gmail.com>

Closes #4802 from brkyvz/simple-streaming-fix and squashes the following commits:

e0f38cb [Burak Yavuz] Merge branch 'master' of github.com:apache/spark into simple-streaming-fix
bad921c [Burak Yavuz] [SPARK-5979][SPARK-6032] Smaller safer fix
2015-02-27 22:59:35 -08:00
..
java SPARK-5744 [CORE] Take 2. RDD.isEmpty / take fails for (empty) RDD of Nothing 2015-02-20 10:21:39 +00:00
resources [SPARK-5778] throw if nonexistent metrics config file provided 2015-02-17 10:57:16 -08:00
scala/org/apache [SPARK-5979][SPARK-6032] Smaller safer --packages fix 2015-02-27 22:59:35 -08:00