Re: Spark Master Build Git Commit Hash

2015-07-30 Thread Ted Yu
Looking at: https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-NightlyBuilds Maven artifacts should be here: https://repository.apache.org/content/groups/snapshots/org/apache/spark/spark-core_2.10/1.5.0-SNAPSHOT/ though the jars were dated July 16th. FY

Re: Spark Master Build Git Commit Hash

2015-07-30 Thread Jerry Lam
Hi Ted, The problem is that I don't know if the build uses the commits happened on the same day or it is possible that it builds based on Jul 15th commits. Just a thought, it might be possible to replace "SNAPSHOT" with the git commit hash in the filename so people will know which one is based on.

Re: Spark Master Build Git Commit Hash

2015-07-30 Thread Ted Yu
Jerry: See this recent thread: http://search-hadoop.com/m/q3RTtRygSv1PEdCr Cheers On Thu, Jul 30, 2015 at 8:10 AM, Ted Yu wrote: > The files were dated 16-Jul-2015 > Looks like nightly build either was not published, or published at a > different location. > > You can download spark-1.5.0-SNAPS

Re: Spark Master Build Git Commit Hash

2015-07-30 Thread Ted Yu
The files were dated 16-Jul-2015 Looks like nightly build either was not published, or published at a different location. You can download spark-1.5.0-SNAPSHOT.tgz and binary-search for the commits made on Jul 16th. There may be other ways of determining the latest commit. Cheers On Thu, Jul 30,