See https://issues.apache.org/jira/browse/SPARK-5492 but I think
you'll need to share the stack trace as I'm not sure how this can
happen since the NoSuchMethodError (not NoSuchMethodException)
indicates a call in the bytecode failed to link but there is only a
call by reflection.

On Fri, May 1, 2015 at 9:30 PM, Stephen Boesch <java...@gmail.com> wrote:
>
> What is the correct procedure for downloading a  spark 1.2.X release for use
> with hadoop2.4?
>
> The existing download page has a link for hadoop 2.4+. However when using
> that with hadoop 2.4 an exception is thrown NoSuchMethodError for
> Statistics.getThreadStatistics.
>
> Upon brief investigation:   The SparkHadoopUtil class invokes the hadoop
> FileSystem.Statistics.getThreadStatistics which exists in  hadoop 2.5+
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to