タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

Rとhadoopに関するkimukou_26のブックマーク (2)

  • R言語で何ができる?


    R 稿RR IT 稿R   RCUICUI
    R言語で何ができる?
  • R言語で MapReduce −Hadoop Streaming− - hamadakoichi blog


    R Hadoop Streaming 使RMapReduce Hadoop Streaming files R mapper, reducer  WordCountRMapReduce mapper.r #!/usr/bin/Rscript con = file(description="stdin",open="r") while (length(line <- readLines(con, n = 1, warn = FALSE)) > 0) { line <- unlist(strsplit(line, "\t")) for(word in line){ cat(sprintf("%
    R言語で MapReduce −Hadoop Streaming− - hamadakoichi blog
  • 1