prerequisite 1. VMWare Player (Oracle VM box didn’t work for me) Download VMWare Player 2. Cloudera Quick Start VM Download Cloudera Quick Start VM 3. Download CH02 example java code from here. 4. create a folder BigDataAssignment1/code(name it whatever you want) inside /home/cloudera/workspace/ 5. Download hadoop-core-0.20.2.jar from here and place it inside code folder you ...
Hi everyone, Wish you all a very happy and productive new year. 🙂 Hope you are having an excellent run so far. For the first post of the new year we bring you the unpacking of one of the most talked about phone in tech community: the OnePlus One. Titled as “the flagship killer”, the ...
The following is a MATLAB script to create a k-connected Harary Graph of n-nodes. Clearly the inputs required are n (no of nodes) and k (degree of each node). Also, while the code is a MATLAB script the basic technique to generate the adjacency matrix of the graph can be easily adopted to other languages ...
Writing special characters with Unicode values in MS Word/ Converting Unicode values to corresponding (special) characters in MS-Word : (NOTE: This method is tried and tested with MS-Word 2007 and 2010) MS Word provides a special facility of putting in special symbols in your document. You can go to “Insert tab → Symbol → More symbols”, find ...
You can split a file while compressing it using 7-zip, which can be merged later at the time of decompression(extraction) -Compressing : Select the size of the chunk from the “Split to volume bytes” dropdown or edit the same clicking inside the dropdown. Decompressing : Place all the chunks generated in the same folder and ...
Step 1. Open MS Excel and goto File tab Step 2. Select options Step 3. From the Excel options dialog box select Customize Ribbon option Step 4. From the List of checkboxes provided on the Right hand side , check mark the Developer checkbox and click OK Step 5. Step 6 . Developer Tab will ...
Problem Statement : To be more precise the problem statement is “Shift Keys are not working with certain character keys” in windows 7 Cause : The most likely cause of this problem is some windows update which you did in the recent past. Solution : Try restoring the system to some safe restore point.
Incoming pop server settings : server hostname : pop.mail.yahoo.com port : 110 SSL : STARTTLS Authentication : Normal password Outgoing SMTP server settings : server hostname : smtp.mail.yahoo.com port : 465 SSL : SSL/TLS Authentication : Normal password Username : <your username> ( without @yahoo.co.in)
Here is the step by step approach to running FindBugs 2.0.2 on a Windows machine for generating a report (I really had a hard time understanding those docs which nowhere clearly describe how to use the command line mode of findbugs): Â Step1: Download the findbugs-2.0.2.zip file from the following URL and extract it: Â Â ...