DevOps is the culture of collaboration between Development and Operations. Some essential Devops concepts include: Build Automation (BA) : It … More
Category: Notes to self
How to ingest JSON data to Hive?
Given JSON Data { “Person”: { “FirstName”: “Piyush”, “LastName”: “Routray”, “date”: [1990, 10, 28] }, “Friends”: [{ “Name”: “Vaibhav”, “State”: … More
How to use an NTFS disk with mac?
When I wanted to upgrade from my present Macbook Pro, I was faced with the challenge of moving all the … More