No sure why you need file object.
in hdfs, Path is something like File Object in local filesystem.
Jeff Zhang
On Wed, Nov 4, 2009 at 3:28 AM, iGama wrote:
> Hy all. I'm using Java.
>
> I Have a function that receives a File ( it manipulates images ). in a
> local file system I would use :
>
>
Hy all. I'm using Java.
I Have a function that receives a File ( it manipulates images ). in a
local file system I would use :
File imageFile = new File(path);
But to run in hadoop, what would be the best way to acheve this?
At this point, what I have figured out , would something in the lin