[
https://issues.apache.org/jira/browse/AVRO-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15470275#comment-15470275
]
ASF GitHub Bot commented on AVRO-1909:
--------------------------------------
GitHub user wallin opened a pull request:
https://github.com/apache/avro/pull/120
AVRO-1909: Make concat tool handle directories as input
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wallin/avro
AVRO-1909-make-concat-tool-handle-directories-as-input
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/120.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #120
----
----
> Make concat tool handle directories as input
> --------------------------------------------
>
> Key: AVRO-1909
> URL: https://issues.apache.org/jira/browse/AVRO-1909
> Project: Avro
> Issue Type: Improvement
> Components: java
> Affects Versions: 1.8.1
> Reporter: Sebastian Wallin
> Priority: Minor
>
> I'm having a situation where I want to concatenate thousands of files in a
> directory. Currently this generates `Argument list too long` when the shell
> tries to expand into a list of files.
> It would be great for the `concat` tool to handle directories as input for
> use cases like this, as well as being consistent with the `cat` tool
> There is a similar issue filed (AVRO-1787), which requests both directories
> and glob patters to be handled. IMHO it would be enough to make the `concat`
> tool handle directories, as a start. It would also require a lot less code to
> be changed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)