Commit Graph

9 Commits

Author SHA1 Message Date
Dan Hecht
ffa7829b70 IMPALA-3918: Remove Cloudera copyrights and add ASF license header
For files that have a Cloudera copyright (and no other copyright
notice), make changes to follow the ASF source file header policy here:

http://www.apache.org/legal/src-headers.html#headers

Specifically:
1) Remove the Cloudera copyright.
2) Modify NOTICE.txt according to
   http://www.apache.org/legal/src-headers.html#notice
   to follow that format and add a line for Cloudera.
3) Replace or add the existing ASF license text with the one given
   on the website.

Much of this change was automatically generated via:

git grep -li 'Copyright.*Cloudera' > modified_files.txt
cat modified_files.txt | xargs perl -n -i -e 'print unless m#Copyright.*Cloudera#i;'
cat modified_files_txt | xargs fix_apache_license.py [1]

Some manual fixups were performed following those steps, especially when
license text was completely missing from the file.

[1] https://gist.github.com/anonymous/ff71292094362fc5c594 with minor
    modification to ORIG_LICENSE to match Impala's license text.

Change-Id: I2e0bd8420945b953e1b806041bea4d72a3943d86
Reviewed-on: http://gerrit.cloudera.org:8080/3779
Reviewed-by: Dan Hecht <dhecht@cloudera.com>
Tested-by: Internal Jenkins
2016-08-09 08:19:41 +00:00
ishaan
14caf66875 CDH-22322: impala-shell script should set PYTHON_EGG_CACHE
This patch sets the impala-shell's PYTHON_EGG_CACHE to a per-user temporary location. Not
doing this can sometimes lead to permission issues.

Change-Id: I6dda335e3b2a91b4d471f8794bed8c351d90c9ae
Reviewed-on: http://gerrit.sjc.cloudera.com:8080/5311
Reviewed-by: Ishaan Joshi <ishaan@cloudera.com>
Tested-by: jenkins
2014-11-20 20:15:44 -08:00
ishaan
2a59c235c7 IMPALA-1336: Set the shell's environment locale setting for utf-8 compatibility.
Change-Id: I120af07e7d8878561552977054a1e3837f470dea
Reviewed-on: http://gerrit.sjc.cloudera.com:8080/4665
Reviewed-by: Sean Mackrory <sean@cloudera.com>
Tested-by: jenkins
2014-10-06 15:13:09 -07:00
ishaan
846301c394 Change make_shell_tarball to be able to build external python modules in the repository. 2014-01-08 10:48:00 -08:00
Sean Mackrory
aed6a66e29 IMP-744: Impala-shell wrapper shell script missing exec to run as single process 2014-01-08 10:47:54 -08:00
Henry Robinson
2f339f2ed8 Add ASL license to all public files 2014-01-08 10:46:32 -08:00
Henry Robinson
a52322a0a1 IMP-426: Fix quoting of arguments in impala-shell 2014-01-08 10:46:15 -08:00
Henry Robinson
c4fc33d0a4 Fix packaged shell command-line parameters 2014-01-08 10:46:00 -08:00
Henry Robinson
6bf2b3c74e Add tarball build-step for shell, also shell version number 2014-01-08 10:45:07 -08:00