Skip to content

Kipuvuori/HadoopProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HadoopProject

Hadoop for Windows

  1. Enable Developer mode:
    Developer Mode
  2. Turn the Windows Subsystem for Linux (Beta) feature on:
    Feature
  3. Reboot system.
  4. Install Bash on Ubuntu on Windows:
  5. Start a Command Prompt (as Admin).
  6. Run bash command:
    Running Bash
  7. Type "y" to continue
  8. Give username.
  9. Give password two times.
    Bash Install
  10. Run Bash on Ubuntu on Windows

Tips

Linux files in Windows

Can be found at: C:\Users\USERNAME\AppData\Local\lxss

Fixing Hostname error

Hostname Error

  1. Open /etc/hosts file. * For example sudo vim /etc/hosts
  2. Add your Windows Hostname to 127.0.0.1 localhost line.
    * For example: 127.0.0.1 localhost line -> 127.0.0.1 localhost DESKTOP-B1L9H3D
    hosts error
  3. Restart Bash on Ubuntu on Windows

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published