I've finally got to a long pending to-do-item to play with Apache Spark. The following installation steps worked for me on Ubuntu 16.04. Download the latest pre-built version fromhttp://spark.apache.org/downloads.html The below options worked for me: Download Apache Spark Unzip and move ...
,Analytics,Data Minin I've finally got to a long pending to-do-item to play with Apache Spark. The following installation steps worked for me on Ubuntu 16.04. Download the latest pre-built version fromhttp:///downloads.html The below options worked for me: Download Apache Spark Unzip and...
This short tutorial shows you how to install Apache Portable Runtime Utility (apr-util) Library on Ubuntu Linux Server. The process is very simple. For this tutorial, I'll be installing apr-util version 0.9.13. Linux kernel is 2.6.15-26-powerpc. I have used a M...
* Forcing reload of web server (apache2)... apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName httpd (no pid file) not running apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for S...
sudo openssl req -new -x509 -days 365 -nodes -out /etc/apache2/ssl/apache.pem -keyout /etc/apache2/ssl/apache.pe It prompts you to enter the some informations $ sudo a2enmod ssl $ sudo gedit /etc/apache2/ports.conf # If you just change the port or add more ports here, you wi...
ls /etc/apache2/mods-enabled/passenger* The output of this should look like this: passenger.conf passenger.load These files load and enable the Passenger module for use in your sites. If you configured Apache virtual hosting as outlined in theUbuntu Jaunty Apache guide, the public directory fo...
Create User In Ubuntu 18.04 Installing Apache Web Service You can install Apache server on Red Hat-based distros such as CentOS or Fedora using the following command: dnf -y httpd On a Debian-based distribution such as Ubuntu or Debian, you would install it like this: apt-get -y install...
Installing Apache Maven on UbuntuInstalling Maven on Ubuntu is a single line command. Proceed with the following steps:Run the following apt-get command in the command prompt. You need to have the sudo privileges to execute this: $ sudo apt-get install maven This takes a few minutes to ...
Anywho – on with the show. Step 1: Download Hadoop from Apache: I’ll be using this mirror but I trust that if you’re not in England, you can likely find a more suitable one: http://mirror.ox.ac.uk/sites/rsync.apache.org/hadoop/common/hadoop-2.4.0/hadoop-2.4.0.tar.gz ...
These steps have to be done on the primary server. apt-get install -y nginx apache2-utils .htpasswd admin htpasswd -c /etc/nginx/.htpasswd admin Type the password for the admin user, then press Enter and re-type the password to confirm. ...