commit | 64bfac81358b97fcd153e4e0a1968dc14b7f6b1a | [log] [tgz] |
---|---|---|
author | RamanGrover29 <RamanGrover29@123451ca-8445-de46-9d55-352943316053> | Wed Nov 10 03:50:44 2010 +0000 |
committer | RamanGrover29 <RamanGrover29@123451ca-8445-de46-9d55-352943316053> | Wed Nov 10 03:50:44 2010 +0000 |
tree | 8b2de9a80cf3b192fab9640ce766d05da0a01e08 | |
parent | a5c4cfb7f259ac7a5f14fdf88f27fa085e78a44a [diff] |
Currently FileSplit stores java.io.file as a field and the host housing the file as a string. This is appropriate for a local file system but not for HDFS. The path contained inside the file type is incorrectly normalized. FileSplit should be constructed just from the node and the file path. Added field path (String) to FileSplit. git-svn-id: https://hyracks.googlecode.com/svn/trunk@183 123451ca-8445-de46-9d55-352943316053