Author Archives: Roopendra - Page 4

Programming

Find two numbers whose sum is equal to a given number in sorted array

Find two numbers whose sum is equal to a given number in sorted array In order to find the sum of the two array elements you need to traverse in array and check the sum of each element. Let's take an example of below sorted array in which we have to perform below iteration to find the sum of the array element. First Iteration: 1 51 61 81 10 Second…
Continue Reading
DevOPS

HDFS Cheat Sheet

List of commands which I use day to day basis to perform my task in HDFS. Checkout below hdfs cheat sheet for reference. In below list I have covered Copy, Move, Check file/directory size, Change ownership of file/group, delete the files and directories etc. HDFS Cheat Sheet hdfs dfs -ls…
Continue Reading
Verified by MonsterInsights