john-liu / jaql

Automatically exported from code.google.com/p/jaql
0 stars 0 forks source link

Revert the file descriptor associated with "del" #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The file descriptor associate with "del" has been changed to write to 
local files and the file descriptor previously associated with "del" has 
been changed to "delHdfs". 

In general, we need to clean up our naming. The concepts present in a file 
descriptor include a repository (what system will deliver the bits, e.g., 
hdfs, dbms, etc.), a format (how the bits are read into objects, e.g., 
TextInputFormat for hdfs files), and a converter (how to translate objects 
to json objects). Our names are a mix of repository and converter/format 
which results in inconsistencies.

Until this is cleaned up, we should revert "del" to its former file 
descriptor.

Original issue reported on code.google.com by vuk.erce...@gmail.com on 22 Oct 2009 at 5:54

GoogleCodeExporter commented 9 years ago
Fixed in Revision 412.

Original comment by yaojingguo@gmail.com on 23 Oct 2009 at 2:55