issue with hdfs.line.reader function which only returns the function itself

13 views
Skip to first unread message

chelsea

unread,
Jul 17, 2015, 12:09:59 PM7/17/15
to rha...@googlegroups.com
I'm running the following line and it only returns the function itself. Does anyone have any idea why it happens? Thanks!

l <- hdfs.read.text.file("/user/ychen/id.csv")

> l

$read

function (nl = n) 

{

    .jcall(f, "[Ljava/lang/String;", "getLines", as.integer(nl))

}

<environment: 0x39a81a8>


$close

function () 

{

    .jcall(f, "V", "close")

}

<environment: 0x39a81a8>

Reply all
Reply to author
Forward
0 new messages