Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16543 )
Change subject: IMPALA-10218: Remove impala.cdh.repo Maven repository ...................................................................... IMPALA-10218: Remove impala.cdh.repo Maven repository This removes the impala.cdh.repo Maven repository (i.e. the repository for the CDH_BUILD_NUMBER). It removes the associated code for CDH_BUILD_NUMBER. The only remaining dependency for the CDH_BUILD_NUMBER repository was Apache Kite in some of our test code. This transitions that code to use the public version of Apache Kite. The testdata/TableFlattener Java project is intended to be used manually and is not used for any tests. It has bitrotted and currently does not build. I verified that it now builds (which it currently did not), but I did not verify functionality. Testing: - Ran a core job - Built testdata/TableFlattener Java project Change-Id: I44b587f936ae20c207c74a9800cf98baa464164a Reviewed-on: http://gerrit.cloudera.org:8080/16543 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Csaba Ringhofer <[email protected]> --- M bin/impala-config.sh M buildall.sh M impala-parent/pom.xml M testdata/TableFlattener/pom.xml M testdata/TableFlattener/src/main/java/org/apache/impala/infra/tableflattener/Main.java M testdata/pom.xml 6 files changed, 55 insertions(+), 116 deletions(-) Approvals: Impala Public Jenkins: Verified Csaba Ringhofer: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/16543 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I44b587f936ae20c207c74a9800cf98baa464164a Gerrit-Change-Number: 16543 Gerrit-PatchSet: 4 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]>
