• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
The Customize Windows > Computer and Internet > Cloud Computing > Install Apache SystemML Machine Learning System on Ubuntu

By Abhishek Ghosh July 26, 2017 7:17 pm Updated on July 26, 2017

Install Apache SystemML Machine Learning System on Ubuntu

Advertisement

Apache SystemML provides a system for machine learning using big data on top of Apache Spark. Previously we described how to install Apache Mahout for building machine learning platform. Here is another solution for machine learning – Apache SystemML. In this guide we will show you how to install Apache SystemML machine learning system on Ubuntu 16.04. SystemML needs a minimum guidance to get started to use it. SystemML uses high-level declarative machine learning language that comes in two flavours, among them one has R-like syntax (DML) and another Python-like syntax (PyDML). Algorithm scriptsare written in DML and PyDML which can be run on Hadoop, on Spark, or standalone mode without modification of script. After installation, you can read this official guide :

Vim
1
http://systemml.apache.org/docs/0.14.0/beginners-guide-to-dml-and-pydml.html

We can use the Spark MLContext API to run SystemML from Scala or Python using spark-shell, pyspark, or spark-submit. Installation of Apache SystemML itself is just easy.

 

How To Install Apache SystemML Machine Learning System on Ubuntu

 

Obvious, the first step is to use an existing installation of Apache Spark or follow our guide to install Apache Spark on Ubuntu Server.

Official Github repo of Apache SystemML :

Vim
1
https://github.com/apache/systemml

suggests to use LinuxBrew, however we find no reason to use Linux Brew unlike MacOS X (read as UNIX). In later case the reason to use HomeBrew is practically absent package management system on UNIX system. GNU/Linux does not ship with wheel group configured by default. On production server, the thing can have minimum security risk unlike MacOS X.

Advertisement

---

You simply need python2 or python3. Probably python3 is practical if you are going to use Anaconda somehow and Anaconda is for python3.

Simply you need three packages – jupyter, matplotlib, numpy. We can install with pip :

Vim
1
pip3 install jupyter matplotlib numpy

Then download the latest Apache SystemML :

Vim
1
http://systemml.apache.org/download.html

Uncompress it somewhere you want, like at path/to/ directory. Then add this on .bashrc or .bash_profile :

Vim
1
export SYSTEMML_HOME=path/to/systemml-0.14.0-incubating

Then source the .bashrc or .bash_profile :

Vim
1
2
3
source ~/.bashrc
# or
source ~/.bash_profile

Install Apache SystemML Machine Learning System on Ubuntu

Official guides have different ways of installation at different official places! There is also another way of installation :

Vim
1
pip install systemml

Possibly you will need to configure Jupyter Notebook :

Vim
1
2
# Start Jupyter Notebook Server
PYSPARK_DRIVER_PYTHON=jupyter PYSPARK_DRIVER_PYTHON_OPTS="notebook" pyspark --master local[*] --conf "spark.driver.memory=12g" --conf spark.driver.maxResultSize=0 --conf spark.akka.frameSize=128 --conf spark.default.parallelism=100

This will be helpful guide :

Vim
1
http://systemml.apache.org/docs/0.14.0/spark-mlcontext-programming-guide#spark-shell-example

Tagged With apache systemml setup , ubuntu machine learning

This Article Has Been Shared 6270 Times!

Facebook Twitter Google+ Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Install Apache SystemML Machine Learning System on Ubuntu

  • Install Apache Kafka on Ubuntu 16.04 : Single Cloud Server

    Here Are The Steps On How To Install Apache Kafka on Ubuntu 16.04 Running One Single Cloud Server Instance. Apache Kafka

  • Difference Between Data Warehouse And Data Lake

    What Is The Difference Between Data Warehouse And Data Lake? Data warehouses is four decade old established concept. Data lake is a new idea.

  • Install Apache Zeppelin On Ubuntu 16.04

    Zeppelin Can Be Pre-Built Package Or Can Be Build From Source. Here Is How To Install Apache Zeppelin On Ubuntu 16.04 Building From Source.

  • List Of Open Source Big Data Visualization Tools

    Here Is List Of Open Source Big Data Visualization Tools Which Will Convert Data In To Graphs, Charts Usable With Tools Like Spark, Hadoop.

  • What is Data Refining in Big Data?

    What is Data Refining in Big Data? In Data Refining we refine disparate data to increase understanding of the data & remove data variability.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us



Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (15K Followers)
  • Twitter (4.4k Followers)
  • Facebook (5.2k Followers)
  • LinkedIn (3.3k Followers)
  • YouTube (1.5k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • 6 Tips for Securing Your Data from Cyber Attacks as a Remote Worker December 11, 2019
  • What is Process Mining? December 10, 2019
  • Explanation of the ESP32 Vulnerability Warnings December 6, 2019
  • OLTP versus OLAP December 4, 2019
  • What is OLTP (Online Transaction Processing)? December 3, 2019

About This Article

Title: Install Apache SystemML Machine Learning System on Ubuntu
2017-07-26

Author: Abhishek Ghosh
Subjects: Cloud Computing

Is Part Of:


TheCustomizeWindows,

Wednesday, July 26th, 2017,
Vol.1(01),
p.1–49246 [IoT Ready Journal]


Source:The Customize Windows
ISSN: 0019-5847 ;
E-ISSN: 0019-5847 ;
Publisher:
jima.in

Cite this article as: Abhishek Ghosh, "Install Apache SystemML Machine Learning System on Ubuntu," in The Customize Windows, July 26, 2017, December 16, 2019, https://thecustomizewindows.com/2017/07/install-apache-systemml-machine-learning-system-ubuntu/.

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.


PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

web analysis

Copyright © 2019 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy