INSTALLATION DOCUMENTS BY RAVI

Tuesday, October 31, 2017

Basic hadoop commands

1. Creating a directory in hdfs

$ hdfs dfs -mkdir <paths>








2. List the directories in hdfs
$ hdfs dfs  -ls  <args>






3. Permissions









4. Putting a file in to hdfs file system
$ hdfs dfs -put <local-src> ... <HDFS_dest_path>
























5. Space utilization in hdfs directory
$ hdfs dfs -du URI










6. Downloading files from hdfs to local file system
$ hdfs dfs -get <hdfs_src> <localdst>








7. Merging two files
We can merge two files in hdfs file system into a single file to the local file system as below
$ hdfs dfs -getmerge <src1> <src2> <localdst> [addnl]










8. Copying files or directories recursively
$ hdfs dfs -cp <src-url> <dest-url>
























9. Help command
Use help command to access hadoop command manual
























10. Seeing the contents of a file
$ hdfs dfs -cat <path[filename]>



















11. Copying a file from source to destination in hdfs file system
$ hdfs dfs -cp <source> <dest>












12. Copy a file using copyFromLocal and copyToLocal
copyFromLocal
$ hdfs dfs -copyFromLocal <localsrc> URI











CopyToLocal
$ hdfs dfs -copyToLocal [-ignorecrc] [-crc] URI <localdst>








13. Move file from source to destination in hdfs file system
$ hdfs dfs -mv <src> <dest>





















14. Remove a file or directory from hdfs file system
$ hdfs dfs -rm <arg>















15. Remove files recursively








16. To display last few lines of a file
$ hdfs dfs -tail <path[filename]>



















17. Hadoop version









18. To check amount of space used by hdfs file system







19. To count the number of files and directories in hdfs








Monday, October 23, 2017

Linking Aadhar card number with PF account online

1.  Go to website www.epfindia.gov.in




















2. Under Online Services click on eKYC Portal




















3. In the next window click on LINK UAN AADHAR



















4. In the next window enter UAN number and click on generate OTP







































5. Confirm the OTP sent to your registered mobile number and enter Aadhar number
and click on submit




















6. In the next window click on proceed for OTP verification




















7. Select declaration and click on generate OTP




















8.  Enter OTP send to your registered mobile number and click on validate OTP




















9.  If the details in  Aadhar and UAN are matched we will get success statement otherwise it will suggest us to update our details like below




















10 Click on exit and update the details in UAN  as Aadhar and try again to link Aadhar with UAN


Thursday, October 19, 2017

Steps for Downgrading IE 11 to IE 8


















1. In windows run type "appwiz.cpl" and click ok














2. Click on view installed updates

















3. Under " uninstall an update " search for windows internet explorer update and
right click on it and click on uninstall.

4. It will take some time and after that system will ask for reboot.

5. After system reboot check for internet explorer version.





Steps for creating oracle workflow manager owb 11g

Run the below command to install oracle workflow manager





























Provide the details and click on submit























Click ok after successful installation

















starting and stopping repository browser owb

To start the Warehouse Builder Browser Listener:















The first time you invoke this listener, select and re-confirm a password for an oc4jadmin account


















Open the repository browser to check with the below url
https://localhost:8999/owbb/RABLogin.uix?






















Give the login details and select design center to login to owb design center












































Select control center to login to owb control center

































































To stop the Warehouse Builder Browser Listener:






















Steps for Launching Designer Center OWB

Launching Designer Center








































Provide the details and click ok




















  Opatch reports 'Cyclic Dependency Detected' error when patching ODI   Issue: When applying a Patch Set Update (PSU) to WebLogic Se...