Is there a way to get an absolute HDFS path?
Mon, 12 Mar 2012 14:20:52 -0700 Post Comments
Is there an API that returns absolute HDFS paths? So something that would
turn "/user/myname/top/sub/.." into "/user/myname/top" and "top/sub" into
"/user/mynname/top/sub"? I've been looking for this functionality where I
think it would be (e.g. FileSystem or Path) but can't find it.
turn "/user/myname/top/sub/.." into "/user/myname/top" and "top/sub" into
"/user/mynname/top/sub"? I've been looking for this functionality where I
think it would be (e.g. FileSystem or Path) but can't find it.
