On Tue, Feb 17, 2015 at 9:45 PM, Ted Dunning <ted.dunn...@gmail.com> wrote:
> On Tue, Feb 17, 2015 at 5:02 PM, Ryan Blue <b...@cloudera.com> wrote:
>
>> In the mean time, if you take a look at the .travis.yml file, you can see
>> the preparation steps used to run CI jobs. That's what I usually point
>> people at instead of maintaining it in two places, but I agree that
>> shouldn't be the solution.
>>
>
> Does that answer the question about the checksum?
The sha file is somehow gzcompressed. e.g.:

$ file apache-parquet-format-2.3.0-incubating.tar.gz.sha
apache-parquet-format-2.3.0-incubating.tar.gz.sha: gzip compressed
data, from Unix
$ gzcat apache-parquet-format-2.3.0-incubating.tar.gz.sha
a3dee7852d670db575ab00af8386fc6356f96a01
apache-parquet-format-2.3.0-incubating.tar.gz
$ sha1sum apache-parquet-format-2.3.0-incubating.tar.gz
a3dee7852d670db575ab00af8386fc6356f96a01
apache-parquet-format-2.3.0-incubating.tar.gz

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

Reply via email to