Kengo Seki created PARQUET-1600:
-----------------------------------
Summary: Fix shebang in parquet-benchmarks/run.sh
Key: PARQUET-1600
URL: https://issues.apache.org/jira/browse/PARQUET-1600
Project: Parquet
Issue Type: Bug
Reporter: Kengo Seki
The following shebang does not work as expected since it's not on the first
line and there's a space between # and !.
{code:title=parquet-benchmarks/run.sh}
(snip)
# !/usr/bin/env bash
{code}
For example, if users use tcsh, it fails as follows:
{code}
> parquet-benchmarks/run.sh
Illegal variable name.
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)