Hadoop
Avro Data Files are portable across platforms. You can read the Data Files written by java program from a python program. Data Files carry the schema with them.In
Read More
Hadoop
Any java program can read files from HDFS, given the dependencies. In this blog we will read a file from HDFS and print it’s contents on console. The
Read More