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

Make content assist work in Eclipse #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Content assist does not work for jaql project in Eclipse.

Original issue reported on code.google.com by yaojingguo@gmail.com on 25 Sep 2009 at 3:16

GoogleCodeExporter commented 8 years ago
Remove class path entries for text files in .classpath. Eclipse content assist 
works
now. Fixed in Revision 345.

Original comment by yaojingguo@gmail.com on 25 Sep 2009 at 3:39