| 280 | } |
| 281 | |
| 282 | void writeProtoToFileOrDie(const GProto& proto, |
| 283 | const std::string& file_name) { |
| 284 | CHECK(writeProtoToFile(proto, file_name)) << "file_name: " << file_name; |
| 285 | } |
| 286 | |
| 287 | // TODO read home from $HDFS_HOME if empty |
| 288 | std::string hadoopFS(const HDFSConfig& conf) { |
nothing calls this directly
no test coverage detected