filmov
tv
Apache Spark 2.x Installation in Ubuntu

Показать описание
Documentation:
export HADOOP_CONF_DIR=$HADOOP_HOME/etc/hadoop
export YARN_CONF_DIR=$HADOOP_HOME/etc/hadoop
export SPARK_LOG_DIR=/home/hadoop/work/spark-2.0.0-preview-bin-hadoop2.7/logs
export SPARK_WORKER_DIR=/home/hadoop/work/spark-2.0.0-preview-bin-hadoop2.7/logs/worker_dir
If scala is not installed follow this video and run these script to install scala
#Install Java
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-8-jdk
sudo update-alternatives --config java
sudo update-alternatives --config javac
or
sudo apt-get install openjdk-8-jdk
sudo apt-get install openjdk-8-jre
#Install Scala
cd ~/work
gedit ~/.bashrc
export SCALA_HOME=/home/hadoop/work/scala-2.11.8
export PATH=$SCALA_HOME/bin:$PATH
#Test scala is installed or not?
scala
export HADOOP_CONF_DIR=$HADOOP_HOME/etc/hadoop
export YARN_CONF_DIR=$HADOOP_HOME/etc/hadoop
export SPARK_LOG_DIR=/home/hadoop/work/spark-2.0.0-preview-bin-hadoop2.7/logs
export SPARK_WORKER_DIR=/home/hadoop/work/spark-2.0.0-preview-bin-hadoop2.7/logs/worker_dir
If scala is not installed follow this video and run these script to install scala
#Install Java
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-8-jdk
sudo update-alternatives --config java
sudo update-alternatives --config javac
or
sudo apt-get install openjdk-8-jdk
sudo apt-get install openjdk-8-jre
#Install Scala
cd ~/work
gedit ~/.bashrc
export SCALA_HOME=/home/hadoop/work/scala-2.11.8
export PATH=$SCALA_HOME/bin:$PATH
#Test scala is installed or not?
scala
Install Apache Spark 2.X - Quick Setup
Apache Spark 2.x Installation in Ubuntu
Install Apache PySpark on Windows PC | Apache Spark Installation Guide
Apache Spark - Install Apache Spark 3.x On Windows 10 |Spark Tutorial
Apache Spark Install on Windows
Apache Spark - Install Apache Spark 3.x On Ubuntu |Spark Tutorial
Apache Spark Installation
How to download install and setup/configure Apache Spark on Windows 10/11 | Updated 2024
Apache Spark Installation | Apache Spark Tutorial For Beginners | Simplilearn
Install Apache Spark on Windows
Apache Spark Installation on Windows | Mastering Spark Series - Part 1
Apache Spark : How to install Spark 3.4.1 on Windows 11
Install and setup/configure Apache PySpark 3.5.1 on Windows 11 |Install PySpark on Windows 11 | 2024
How to Install Apache Spark on Windows | Big Data Tools
Apache Spark Installation On Windows | How To Install Apache Spark On Windows 10 | Simplilearn
Apache Spark : Install Apache Spark locally on Windows
Learn Apache Spark in 10 Minutes | Step by Step Guide
How To Install Scala And Spark On Ubuntu Linux | Apache Spark Tutorial @OnlineLearningCenterIndia
How to install Spark on Windows 10 | install Apache Spark on Windows 10 |@OnlineLearningCenterIndia
Apache Spark Standalone Installation 2 on Ubuntu
Apache Spark - Setup Environment on Mac
Apache Spark Installation On Ubuntu | Install Apache Spark On Ubuntu | Apache Spark | Simplilearn
Apache spark install on windows
Apache Spark Tutorial Python with PySpark 2 | Install Java and Git
Комментарии