Right now I am ingesting logs via HttpFS, which is falling apart at the sheer volume. I cannot run JVM on my edge for performance reasons. So I was thinking of using the native protocol for ingest (I've heard it's either IPC or raw network socket magic)
webhdfs HttpFS underlying
hadoop fs -put localfile -fs webhdfs://datanode:14000/hadoopfile
hdfs ?? what's underlying
hadoop fs -put localfile hdfs://namenode/hadoopfile