Skip to content

Building PadoGrid

padogrid edited this page Apr 1, 2020 · 18 revisions

Supported OS

Required Software

To build PadoGrid, the following software must be installed first.

Building padogrid

If you want to generate man pages then execute build_dist.sh. This is the recommended way to build PadoGrid.

chmod 755 build_dist.sh
./build_dist.sh

Building padogrid-all

You can also execute mvn as follows but it will not include man pages.

mvn install

The PadoGrid distribution includes external apps that must be built separately. Instead of building them individually, you can use the build_all.sh script to build all of the supported external apps. This script generates the padogrid-all_<version>.targ.gz file that includes all of the apps that are fully compiled and packaged along with man pages.

chmod 755 build_all.sh
./build_all.sh

Building and Running on Windows - Cygwin

PadoGrid fully supports Cygwin. Make sure to include the curl command when installing Cygwin if you want to run the Grafana app.

Building External Apps

The padogrid_<version> distribution contains external apps which you must separately build before you can use them. The padogrid-all_<version>, on the other hand, contains fully built external apps. The external apps are identifiable if their bin_sh directory contains the build_app command. You can simply run this command to build the external apps as shown below.

cd apps/desktop/bin_sh
./build_app

Cygwin: https://cygwin.com/

Overview

Operations

Tools

Platforms

Clouds

Pado

Geode/GemFire

Hazelcast/Jet

ComputeDB/SnappyData

Coherence

Hadoop

Kafka/Confluent

Mosquitto

Redis

Spark

Clone this wiki locally