Commit Graph

3 Commits

Author SHA1 Message Date
Jim Apple
76719de5d1 Don't overwrite user's .ssh/config file when bootstrapping
From bash's manual page on redirecting with '>'

    Redirection of output causes the file whose name results from the
    expansion of word to be opened for writing on file descriptor n,
    or the standard output (file descriptor 1) if n is not specified.
    If the file does not exist it is created; if it does exist it is
    truncated to zero size.

Change-Id: I0d1a56441fcb5a2a2aed043fc1ece866c5d8287a
Reviewed-on: http://gerrit.cloudera.org:8080/4967
Reviewed-by: Jim Apple <jbapple@cloudera.com>
Tested-by: Impala Public Jenkins
2016-11-18 03:06:52 +00:00
Jim Apple
ae24bf2850 Add -build_shared_libs for default build for speed.
This is already recommended by the wiki:

https://cwiki.apache.org/confluence/display/IMPALA/Building+Impala

Change-Id: Ic83db07e59ff339dcce7362bd296ebcfd60b71d6
Reviewed-on: http://gerrit.cloudera.org:8080/4970
Reviewed-by: Jim Apple <jbapple@cloudera.com>
Tested-by: Internal Jenkins
2016-11-09 00:36:28 +00:00
Jim Apple
784716f776 IMPALA-3971, IMPALA-3229: Bootstrap an Impala dev environment
This script bootstraps an Impala dev environment on Ubuntu 14.04. It
is not hermetic -- it changes some config files for the user and for
the OS.

It is green on Jenkins, and it runs in about 6.5 hours. The intention
is to have this script run in a CI tool for post-commit testing, with
the hope that this will make it easier for new developers to get a
working development environment. Previously, the new developer
workflow lived on wiki pages and tended to bit-rot.

Still left to do: migrating the install script into the official
Impala repo.

Change-Id: If166a8a286d7559af547da39f6cc09e723f34c7e
Reviewed-on: http://gerrit.cloudera.org:8080/4674
Reviewed-by: Jim Apple <jbapple@cloudera.com>
Tested-by: Internal Jenkins
2016-10-14 06:07:46 +00:00