Uncategorized

Development Cycle – Compile changes and run jar with arguments

As part of this topic, we will explore another way of compiling and running the jar file with arguments through SBT We can make the changes to the code Recompile the jar file Run the jar file How to pass the arguments to the program Example import scala.io.Source object OrderRevenue { def main(args: Array[String]) = …

Development Cycle – Compile changes and run jar with arguments Read More »

Introduction

As part of this section we will get into all important HDFS commands. Getting list of commands and help Creating directories and changing ownership Managing files and file permissions Controlling access using ACLs Overriding Properties HDFS usage and Metadata Commands Creating Snapshots Using CLI for administration We are deliberately not sharing command snippets here for …

Introduction Read More »