yokkuns / rHadoopClient

R Interface for reading and writing data from Hadoop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R Interface for reading and writing data from Hadoop

* Examples

- Reading HDFS data

> dummy.data <- read.hdfs("./dummy")

- Writing HDFS data

> write.hdfs(iris,"./tmp/iris")

- Reading the execution result of HiveQL

> hive.data <- read.hdfs("select * from table_name")

About

R Interface for reading and writing data from Hadoop


Languages

Language:R 100.0%