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

Unit tests need to clean-up their outputs #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, unit tests are writing some of their outputs relative to the 
project root directory. They need to be written either to a designated 
output directory under root or under build/test (preferable).

The reason for this regression is that local mode, instead of mini-cluster 
is now used by default for testing. With mini-cluster tests, all data was 
relative to the mini-cluster root, which was under build/test.

Original issue reported on code.google.com by vuk.erce...@gmail.com on 20 Apr 2010 at 12:59

GoogleCodeExporter commented 8 years ago

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