catap / jaql

Jaql is a query language designed for Javascript Object Notation (JSON), a data format that has become popular because of its simplicity and modeling flexibility. Jaql is primarily used to analyze large-scale semi-structured data. Core features include user extensibility and parallelism. In addition to modeling semi-structured data, JSON simplifies extensibility. Hadoop's Map-Reduce is used for parallelism.
2 stars 0 forks source link

Have --jars accept a directory with jars, not just a list of jars #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be really convenient if --jars accepted a directory of .jar files, 
rather than just a list of them. It can support both modes I think, still as 
comma-separated list of arguments.

If it encounters a directory, it will list (recursively?) its files and 
aggregate the .jar files as if they were passed by the caller directly.

Original issue reported on code.google.com by ser...@gmail.com on 22 Jun 2010 at 6:54

GoogleCodeExporter commented 8 years ago

Original comment by vuk.erce...@gmail.com on 25 Sep 2010 at 6:54