[ 
https://issues.apache.org/jira/browse/SPARK-5308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen updated SPARK-5308:
-----------------------------
    Priority: Minor  (was: Major)

I see that the {{create-release.sh}} script makes an MD5 hash with {{gpg 
--print-md MD5 ...}} which gives this other format. 

How about {{md5 -q ...}} ? that will just print the hash. However, I think this 
is not necessarily a standard utility installed on Linux distros. It's on Macs. 
Would it be fair to assume the releases will be made on a Mac or something with 
{{md5}} installed?

The standard Maven plugins can also make these hash files, and they generate 
files with just the hash, yes. I think I ran into something like this a while 
ago when I was verifying the SHA1 hashes. 

Yeah seems nicer to standardize it. Anybody see a problem with using {{md5}} or 
have a better command that will make the same output?

> MD5 for 1.2.0 release in not proper
> -----------------------------------
>
>                 Key: SPARK-5308
>                 URL: https://issues.apache.org/jira/browse/SPARK-5308
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.2.0
>            Reporter: Kuldeep
>            Priority: Minor
>
> https://repo1.maven.org/maven2/org/apache/spark/spark-core_2.10/1.2.0/spark-core_2.10-1.2.0.pom.md5
> The above does not look like a proper md5 which is causing failure in some 
> build tools like leiningen.
> https://github.com/technomancy/leiningen/issues/1802
> Compare this with 1.1.0 release
> https://repo1.maven.org/maven2/org/apache/spark/spark-core_2.10/1.1.0/spark-core_2.10-1.1.0.pom.md5



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to