Are there any hadoop in ubuntu img files avalible? I mean a ubuntu system which has hadoop configured in it.
If you want a distribution install, Cloudera has a painless installation process for Ubuntu using Cloudera Manager. Though it only officially supports 12.04, it should also install on 13.x
You can download it here: Cloudera Manager
Cloudera Manager supports the following operating systems:
Red Hat-compatible systems
Red Hat Enterprise Linux and CentOS 5.7, 64-bit
Red Hat Enterprise Linux and CentOS 6.4, 64-bit
Oracle Enterprise Linux 6.4, 64-bit
SLES systems - SUSE Linux Enterprise Server 11, 64-bit. Service Pack 3 or later is required. Also, the SUSE Linux Enterprise Software Development Kit 11 SP1 is required on cluster hosts running the Cloudera Manager Agents (not required on the Cloudera Manager Server host); you can download the SDK here.
Debian systems - Debian 7.0, 6.0 (deprecated), 64-bit
Ubuntu systems - Ubuntu 12.04, 10.04 (deprecated), 64-bit
AFAIK there are neither no "official" ubuntu packages for hadoop nor customized ditributions, but there is a PPA you could use. See https://launchpad.net/~hadoop-ubuntu/+archive/stable for instructions. So at least you can install "semioffical" packages (including updates).
Related
I am attempting to install the Pterodactyl Panel on my local machine for development designing purposes. I am running Windows 10 Pro.
From the Pterodactyl installation documentation page, Here are some OS that can run Pterodactyl:
Ubuntu 18.04, 20.04
CentOS 7, 8
Debian 9, 10, 11
And the way of installation is also mostly using the linux command. From here it can be concluded, maybe Pterodactyl can not be installed / running on Windows.
Try to use something like a vps or linux vm to run Pterodactyl, if it's just for development don't need to use too high specs.
Source: https://pterodactyl.io/panel/1.0/getting_started.html#picking-a-server-os
I need to install Docker on my pc with Windows 10 home. I read that I can only install Docker Toolbox. Is there any way to have the latest Docker version instead without upgrading my pc to windows 10 pro?
Thanks
Update
Docker can now be installed on Windows 10 Home (version 2004 or higher).
Refer to this article for installation instructions
https://docs.docker.com/docker-for-windows/install-windows-home/
Old Answer
Docker for Windows requires Hyper-V, and Hyper-V requires Windows 10 Pro (or Windows Server). So no, you can't run Docker without upgrading.
https://docs.docker.com/docker-for-windows/install/
README FIRST for Docker Toolbox and Docker Machine users: Docker for Windows requires Microsoft Hyper-V to run. The Docker for Windows installer enables Hyper-V for you, if needed, and restart your machine.
https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v
Check Requirements
Windows 10 Enterprise, Professional, or Education
64-bit Processor with Second Level Address Translation (SLAT).
CPU support for VM Monitor Mode Extension (VT-c on Intel CPU's).
Minimum of 4 GB memory.
The Hyper-V role cannot be installed on Windows 10 Home.
You can now install Docker Desktop on Windows Home machines using the WSL 2 backend. Docker Desktop on Windows Home is a full version of Docker Desktop for Linux container development.
https://docs.docker.com/docker-for-windows/install-windows-home/
Install Windows 10, version 2004 or higher.
Enable the WSL 2 feature on Windows. For detailed instructions, refer to the Microsoft documentation.
https://learn.microsoft.com/en-us/windows/wsl/install-win10
The following hardware prerequisites are required to successfully run WSL 2 on Windows 10 Home:
64 bit processor with Second Level Address Translation (SLAT)
4GB system RAM
BIOS-level hardware virtualization support must be enabled in the BIOS settings. For more information, see Virtualization.
https://docs.docker.com/docker-for-windows/troubleshoot/#virtualization-must-be-enabled
Download and install the Linux kernel update package.
https://learn.microsoft.com/en-us/windows/wsl/wsl2-kernel
As I can see HDP 2.2 needs Centos 6.5 as an operation system, probably because Ambari needs Centos 6.5. My question is if anyone has installed it on Centos 7. Is there any hard dependencies that will not allow me to complete the installation successfully?
Ambari 2.2+ can be installed successfully and works fine on CentOS 7. Then you can install HDP 2.0+.
As far as I'm aware there are no hard dependencies, per se. However Ambari itself looks at the operating system version, and if its CentOS 7, it'll stop the install.
In order to work around that you'd need to edit Ambari's source code.
Just consult the official Installation Guide for a relevant Ambari version
https://cwiki.apache.org/confluence/display/AMBARI/Install+Ambari+2.2.0+from+Public+Repositories
It's an up-to-date source of OS compatibility information.
Here you can see that Centos 7 is officially supported.
I am trying to install CDH5 using Cloudera Manager in Ubuntu 12.04 LTS (64bit). I was following the steps mentioned in the Cloudera link. I was not able to specify the correct host name for installing the CDH5. I dont have any other entries except for 127.0.0.1 & 127.0.1.1 in the /etc/hosts file.
I am using USB dongle for accessing internet and I dont have any ethernet connection right now. Please let me know whether I need to have an ethernet connection to install CDH5 in my PC.
P.S. I am currently working as a mainframe developer and do not have any linux or open source background. I spent almost 40 hours of time trying to install the CDH5 in my machine so that I can work on the exercises in the Udacity's Introduction to Hadoop Course.My PC runs on a Intel Dual core processor which doesn't support the virtualisation to use VMWARE. Hence I got no other options but to install CDH5 in a dual boot partition of ubuntu. Kindly guide me proceeding further.
if you are using Windows-7 64-bit, then get VMWare Player installed.
get centOS-6.3 32-bit vmware-image. It will be able to run on your 64-bit Windows.
And from cloudera site, download a cdh5.repo file. Install CDH5 from that repos file...its very simple.
I want to use GCC 4.8.1 or higher on a HPC machine with CentOS 6.5 which has a very old GCC. I do not have admin rights so everything has to be local. Do I have to really compile everything from source? Isn't there any rpm package that I can only install GCC with its dependencies? I found GCC rpms for CentOS 7 but not 6.5.
Without admin rights, building from source is
likely most reliable means to use gcc-4.8.1.
You can try installing (or extracting) gcc-4.8.1
from the redhat developer tool kit 2.0 described here
https://superuser.com/questions/381160/how-to-install-gcc-4-7-x-4-8-x-on-centos
CentOS 7 RPM's are unlikely to work in general on CentOS 6.x.
The developer 2.0 toolkit was built on CentOS6