pash icon indicating copy to clipboard operation
pash copied to clipboard

PaSh: Light-touch Data-Parallel Shell Processing

Results 104 pash issues
Sort by recently updated
recently updated
newest added

I make some changes for distro-dep.sh for Ubuntu installation. I also write some comments for my part of the code. Please check. @nvasilakis

`gnulib-tool` is a large shell script, from the GNU gnulib project. When I attempt to execute it through pash, with specific arguments, there is a parse error. Here is gnulib-tool-cmp,...

I added this note so that new users know what to expect with respect to PaSh's compatibility. @mgree, @nvasilakis feel free to edit or approve this and then we can...

I noticed that pash depends on bash, as opposed to pash, which only supports POSIX syntax. This is because pash relies on the bashism's `export -f`. (Am I corerct?) The...

Ports the following benchmarks to use files stored on HDFS: - Oneliners - Unix50 - NLP - MTS-analytics - Dependency-untangling Also include setup scripts to download and put files into...

Fixes many bugs and reliability problems: - Support multiple inputs in hdfs cat "hdfs dfs -cat $IN1 $IN2 .." - Fix bugs with multi sink scripts - Support HDFS blocks...

Fids with no input or output nodes were reported as output fids and input fids causing some conflicts in parallel pipelines (specifically in the distributed execution mode since we replace...

- Add eager after remote_read commands - Fix an issue causing conflicting node ids on the worker. DFGNode.next_id starts from 0 in the worker which causes us to override some...

It would be great if PaSh could log the commit and release id when in debug mode. T This should only be done in debug mode, because we don't want...

good first issue!