Commit Graph

8 Commits

Author SHA1 Message Date
Alex Behm
62338694e4 Skip generation of version and impala-ir .cc files in buildall.sh if -noclean is specified.
Before this patch the -noclean option had almost no effect on the BE build time because
some source files were re-generated with .py scripts regardless.
This change allows ./buildall -skiptests -noclean to do a true incremental rebuild.

Change-Id: Ib3af85db05bdc96a2279a22c1d49d735f2cabd4e
Reviewed-on: http://gerrit.ent.cloudera.com:8080/1394
Reviewed-by: Alex Behm <alex.behm@cloudera.com>
Tested-by: jenkins
Reviewed-on: http://gerrit.ent.cloudera.com:8080/1415
2014-01-31 13:57:13 -08:00
Skye Wanderman-Milne
0ac303ad82 IMPALA-234: Add some library version validation logic to impalad when loading impala-lzo shared library
Change-Id: I51cdbbe5ed7af2f34b7079faf80d45ab9d4c3c35
2014-01-08 10:49:52 -08:00
Lenni Kuff
155e08cf08 IMP-616: Impala build needs to work on Python 2.4 ("with" keyword not supported) 2014-01-08 10:46:56 -08:00
Lenni Kuff
df0617bc83 Bumping version to .2 2014-01-08 10:46:43 -08:00
Lenni Kuff
d4d3dde484 Bumping version to .2 2014-01-08 10:46:42 -08:00
Henry Robinson
2f339f2ed8 Add ASL license to all public files 2014-01-08 10:46:32 -08:00
Lenni Kuff
0c5e41c5d5 Fix git hash / version info generation for packaging builds
The packaging builds are done in a way that doesn't allow for us to query the
git hash at the time of build. The fix is to generate a version file before
build time and use that to populate the changes. This changes adds a
save-version.sh script that is run before the package build starts. This change also consolidates the version info gathering between core impala and the CLI.
2014-01-08 10:45:59 -08:00
Nong Li
eb4f11c194 Add build time to version string.
Change-Id: I8860450a2839b11e313f5ddef6cd1eddffe4795f
2014-01-08 10:45:53 -08:00