Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

See Bootstrapping an Impala Development Environment From Scratch for up-to-date, regularly tested, steps to set up your development environment.

The information

...

on this page

...

is stale, but

...

maybe be

...

useful

...

for adventurous people who want to set up

...

a dev environment manually from scratch.

Java

Download and install a Java 7 or Java 8 JDK. Either the Oracle JDK or OpenJDK should work for development.

On Ubuntu 14.04:

...


To make Postgres aware of these changes, either restart the service or run: pg_ctl reload

 


If the script fails to start postgresql due to a missing snakeoil SSL cert, do:

...

Code Block
sudo apt-get install ntp ntpdate
sudo service ntp start

...


On CentOS 7

Code Block
yum install ntp
systemctl start ntpd

...