System Requirements for Syncfusion Big Data Platform
This section explain the system requirements to run Syncfusion Cluster Manager and Syncfusion Big Data Studio. Download Syncfusion Big Data Cluster Manager and Big Data Agent from here.
Big Data Studio
Software Requirements
-
Supported Operating System (64 bit)
- Windows 7 or later
- Windows Server 2008 R2 or later
-
On your windows:
- .NET Framework of 4.5 or later
Hardware Requirements
- RAM - 8 GB or higher.
- Hard disk – 100 GB or higher.
Big Data Cluster Manager
Hardware Requirement
- Minimum of 3 machines to get started with installing a production cluster.
- Machines can be physical or virtual.
- Hard disk size – 100 GB or higher
- Node RAM capacity
- Name node - 4 GB or higher
- Data node - 8 GB or higher
Software Requirement
Windows
-
Supported Operating System (64 bit)
- Windows 7 or later
- Windows Server 2008 R2 or later
-
On each of your hosts:
- .NET Framework of 4.5 or later
Linux
-
Supported Operating System (64 bit)
- Ubuntu 14.04 LTS
- Ubuntu 16.04 LTS
- CentOS 7
- On each of your hosts (Common for Ubuntu and CentOS)
- Open source JDK 1.7
- tar
- zip
- unzip
- Ubuntu
- apt-get
- p7zip-full
- libunwind8
- liblttng-ust0
- libcurl3
- libssl1.0.0
- libuuid1
- libkrb5-3
- zlib1g
- libicu52 (for Ubuntu 14.04)
- libicu55 (for Ubuntu 16.04)
- lsb_release
- tzdata-java* (for Ubuntu 16.04)
- sudo apt-add-repository ppa:justinludwig/tzdata (for Ubuntu 16.04)
- CentOS 7
- yum
- epel-release
- p7zip
- libunwind
- lttng-ust
- libcurl
- openssl-libs
- libuuid
- krb5-libs
- libicu
- zlib
Installing packages in Linux
Ubuntu
- You can install all prerequisites using the command ‘sudo apt-get install’ in Ubuntu like below,
sudo apt-get install libunwind8
CentOS 7
- You can install all prerequisites using the command ‘sudo yum install’ in CentOS 7 like below,
sudo yum install libunwind