I am trying to load a rda file from HDFS path into my current R working environment.
hdfspath <- "hdfs:///user/sankar/RDA File/JAN2017.rda"
load(hdfspath)
Got the below error.
Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection
In addition: Warning message:
In readChar(con, 5L, useBytes = TRUE) :
** cannot open compressed file 'hdfs:///user/sankar/RDA File/JAN2017.rda', probable reason 'No such file or directory'**