0

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

Carl Sagan
  • 982
  • 1
  • 13
  • 34

1 Answers1

0

IMHO, there is actually no difference as the underlying protocol in both the cases is TCP/IP.

Tariq
  • 34,076
  • 8
  • 57
  • 79