Month: April 2018

Hadoop commands

List of command for hadoop List of files and directories hadoop fs -ls / List of files under user hadoop fs -ls /user Put file to hadoop hadoop fs -put text.txt /user/training/text.txt View file content hadoop fs -cat /user/training/text.txt Remove Read More

Angular CLI

Install application ng new my-app ng new my-app –dry-run ng new my-app –skip-install ng new –help Options ng new my-app –skip-install –style scss –prefix ma –skip-git –skip-test –routing ng lint –help