Github user sryza commented on a diff in the pull request:
https://github.com/apache/spark/pull/241#discussion_r11003774
--- Diff: bin/compute-classpath.sh ---
@@ -36,7 +36,6 @@ CLASSPATH="$SPARK_CLASSPATH:$FWDIR/conf"
# Hopefully we will find a way to avoid uber-jars entirely and deploy only
the needed packages in
# the future.
if [ -f
"$FWDIR"/sql/hive/target/scala-$SCALA_VERSION/spark-hive-assembly-*.jar ]; then
- echo "Hive assembly found, including hive support. If this isn't
desired run sbt hive/clean."
--- End diff --
Would it make sense to send this to stderr?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---