aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2018-12-24[maven-release-plugin] prepare for next development iterationVitalii Diravka
2018-12-24[maven-release-plugin] prepare release drill-1.15.0Vitalii Diravka
2018-12-18DRILL-6900: maven-release-plugin failure on the release:perform stageVitalii Diravka
- downgrade maven-javadoc-plugin version - update some Drill maven plugins versions and move them to pluginManagement block - bump up lowest maven version supported by Drill in correspondence to org.apache.maven dependencies closes #1574
2018-12-12DRILL-6895: Warnings for license headers checks and wrong license headers in ↵Vitalii Diravka
some files - update license-maven-plugin plugin custom mappings - update files licenses headers - update from "/usr/bin/env bash" to "/bin/bash" shebang line in shell script files
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-07-25[maven-release-plugin] prepare for next development iterationBen-Zvi
2018-07-25[maven-release-plugin] prepare release drill-1.14.0Ben-Zvi
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
closes #1207
2018-04-13DRILL-6273: Removed dependency licensed under Category Xdvjyothsna
closes #1195
2018-03-14Update version to 1.14.0-SNAPSHOTParth Chandra
2018-01-16DRILL-3993: Changes to support Calcite 1.13Roman Kulyk
- fixed all compiling errors (main changes were: Maven changes, chenges RelNode -> RelRoot, implementing some new methods from updated interfaces, chenges some literals, logger changes); - fixed unexpected column errors, validation errors and assertion errors after Calcite update; - fixed describe table/schema statement according to updated logic; - added fixes with time-intervals; - changed precision of BINARY to 65536 (was 1048576) according to updated logic (Calcite overrides bigger precision to own maxPrecision); - ignored some incorrect tests with DRILL-3244; - changed "Table not found" message to "Object not found within" according to new Calcite changes.
2017-12-15Update version to 1.13.0-SNAPSHOTArina Ielchiieva
2017-10-11DRILL-5849: Add freemarker lib to dependencyManagement to ensure proper ↵Arina Ielchiieva
version is used when resolving dependency version conflicts closes #977
2017-07-30Update version to 1.12.0-SNAPSHOTArina Ielchiieva
2017-03-14Update version to 1.11.0-SNAPSHOTJinfeng Ni
2016-11-29Update version to 1.10.0-SNAPSHOTSudheesh Katkam
2016-10-19DRILL-4369: Exchange name and version infos during handshakeLaurent Goujon
There's no name and version exchanged between client and server over the User RPC channel. On client side, having access to the server name and version is useful to expose it to the user (through JDBC or ODBC api like DatabaseMetadata#getDatabaseProductVersion()), or to implement fallback strategy when some recent API are not available (like metadata API). On the server side, having access to the client version might be useful for audit purposes and eventually to implement fallback strategy if it doesn't require a RPC version change. this closes #622
2016-08-30Update version to 1.9.0-SNAPSHOT.Jinfeng Ni
2016-06-28Update version to 1.8.0-SNAPSHOT.Aman Sinha
2016-03-14DRILL-4050: Add zip archives to the list of artifacts in verify_release.shAditya Kishore
This enhanced version of the script allows integrated download and verification of a Drill release. It can be used to verify both the main release artifacts and maven repository artifacts. For example, to verify the 1.6 rc0 release artifacts, I ran ./verify_release.sh https://repository.apache.org/content/repositories/orgapachedrill-1030/ /tmp/drill-1.6/maven/ ./verify_release.sh http://home.apache.org/~parthc/drill/releases/1.6.0/rc0/ /tmp/drill-1.6/main/ If I had pre-downloaded the files in the respective folders, I'd run ./verify_release.sh /tmp/drill-1.6/maven/ ./verify_release.sh /tmp/drill-1.6/main/ Finally, run with `-nv` option to reduce the verbosity of the output. Closes #249.
2016-03-10Update version to 1.7.0-SNAPSHOTParth Chandra
2016-02-19Update version to 1.6.0-SNAPSHOTJason Altekruse
2016-02-05DRILL-3581: Upgrade to Guava 18.0Jacques Nadeau
- Replace Stopwatch constructors with .createStarted() or .createUnstarted() - Stop using InputSupplier and Closeables.closeQuietly - Clean up quiet closes to log or (preferably) propagate. - Add log4j to enforcer exclusions. - Update HBaseTestSuite to add patching of Closeables.closeQuietly() and Stopwatch legacy methods. Only needed when running HBaseMiniCluster. - Remove log4j from HBase's pom to provide exception logging. - Remove log4j from Hive's shaded pom. - Update Catastrophic failures to use the same pattern to ensure reporting. - Update test framework to avoid trying IPv6 resolution. (This removes 90s pause from HBase startup in my tests) This closes #361. This closes #157.
2016-01-20DRILL-4285: Bumps FMPP version to 0.9.15/FreeMarker to 2.3.21Laurent Goujon
FMPP 0.9.14 pom.xml specifies a version range for FreeMarker dependency, which should be okay except that latest SNAPSHOT version doesn't resolve anymore. FMPP 0.9.15 now uses a fixed stable version (2.3.21). This closes #330.
2015-12-08Roll forward to 1.5.0-SNAPSHOTvkorukanti
2015-11-12Roll forward to 1.4.0-SNAPSHOTJacques Nadeau
2015-11-04DRILL-3994: make classpath scanning work on windowsJulien Le Dem
2015-11-01DRILL-3983: Small test improvements improve error message when SQL parsing ↵Julien Le Dem
error add a simple test to Parquet writer make errors verbose by default in tests This closes #221 Also includes: - make the checkstyle conf not tied to the execution to allow running mvn checkstyle:check from the command line - fix verbose output in tests
2015-10-26DRILL-3742: Classpath scanning and build improvementJulien Le Dem
Makes the classpath scanning a build time class discovery Makes the fmpp generation incremental Removes some slowness in DrillBit closing Reduces the build time by 30% This closes #148
2014-10-09DRILL-1485: tools/verify_release.sh does not have execute permission bit setAditya Kishore
2014-08-06DRILL-1236: Create script to verify release artifactsAditya Kishore
2013-10-30Add Apache License to review tool so RAT doesn't break.Jacques Nadeau
2013-10-30Add rb/jira review toolTimothy Chen