lyfeyaj / jaql

Automatically exported from code.google.com/p/jaql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revert the file descriptor associated with "del"

GoogleCodeExporter opened this issue · comments

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

Fixed in Revision 412.

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

  • Changed state: Fixed