Sign inSign up

hpccsystems/platform

By hpccsystems

Updated almost 6 years ago

HPCCSystems Platform Community Edition

Image
2

10K+

hpccsystems/platform repository overview

Quick reference

What is HPCCSystems

The HPCC Systems server platform is a free, open source, massively scalable platform for big data analytics. Download the HPCC Systems server platform now and take the reins of the same core technology that LexisNexis has used for over a decade to analyze massive data sets for its customers in industry, law enforcement, government, and science.

For more information and related downloads for HPCC Systems products, please visit
https://hpccsystems.com

alt text

How to use this image

You can start the Docker HPCC image in interactive (-i -t) or daemon mode (-d). You must start the HPCC processes then go to ECLWatch to submit jobs, query, and explore your data with the HPCC Systems platform.

To map a docker container port to a host port.

"-p :"

The default ECLWatch port is 8010.

To start Docker in interactive mode and map ECLWatch port 8010 to host 8010:

sudo docker run -t -i -p 8010:8010 hpccsystems/platform /bin/bash

To start HPCC:

/etc/init.d/hpcc-init start

To start Docker in daemon mode and map ECLWatch port 8010 to host 8020:

sudo docker run -d -p 8020:8010  hpccsystems/platform

How is this image build

sudo docker build -t <target image>:<tag> --build-arg version=<HPCC Version> .

For example,

sudo docker build -t hpccsystems/platform:7.4 --build-arg version=7.4.8-1  .

License

Licensed under the Apache License, Version 2.0 (the "License")

Tag summary

Content type

Image

Digest

Size

258.1 MB

Last updated

almost 6 years ago

docker pull hpccsystems/platform