Thanks to Hanifi, we found what's causing the tests to fail: [INFO] >> 2015-12-07 15:35:00 3638 [ERROR] The socket file path is too long > (> 103): > /Users/hakim/Desktop/drill-1.4.0-rc0/apache-drill-1.4.0-src/contrib/storage-jdbc/target/mysql-data/mysql.sock > [INFO] >> 2015-12-07 15:35:00 3638 [ERROR] Aborting
On Mon, Dec 7, 2015 at 3:20 PM, Abdel Hakim Deneche <[email protected]> wrote: > Hey Jason, > > running "mvn verify" from contrib/storage-jdbc fails with the same error. > > On Mon, Dec 7, 2015 at 3:09 PM, Jason Altekruse <[email protected]> > wrote: > >> Hakim, >> >> Can you try to go into contrib/stroage-jdbc and just run "mvn verify"? >> >> I just built the project fresh from the RC source and was able to run the >> MySQL tests successfully. I did not run them in the context of the full >> test suite, but I was just trying to do a sanity check. If this fails on >> your machine when run in isolation, it would at least be faster to try to >> debug it rather than re-running the full build each time. If it only fails >> when run after the java-exec tests we might have to revisit analyzing the >> issues with the build, as we still have the outstanding issue with Maven >> taking too much permgen and we may have a problem with resource usage in >> the tests that is causing both issues. >> >> - Jason >> >> On Mon, Dec 7, 2015 at 2:39 PM, Steven Phillips <[email protected]> >> wrote: >> >> > -1 >> > >> > the bug the Aman found is serious and should be fixed. Producing >> batches of >> > size greater than 64K could lead to some wrong results. >> > >> > On Mon, Dec 7, 2015 at 2:26 PM, Abdel Hakim Deneche < >> [email protected] >> > > >> > wrote: >> > >> > > Although I got a clean run on my linux VM, I am seeing the following >> > error >> > > on my Macbook consistently: >> > > >> > > ERROR] Failed to execute goal >> > > org.codehaus.mojo:sql-maven-plugin:1.5:execute (create-tables) on >> project >> > > drill-jdbc-storage: Communications link failure >> > > Here are more details about the error: >> > > >> > > https://gist.github.com/adeneche/93bd0451538071703e2a >> > > >> > > Anyone else seeing this ? >> > > >> > > >> > > On Mon, Dec 7, 2015 at 8:29 AM, Aman Sinha <[email protected]> >> wrote: >> > > >> > > > +1 (binding) >> > > > >> > > > -Downloaded source and built on Mac >> > > > -Ran unit tests successfully >> > > > -Ran several manual tests: >> > > > - inner-join test with merge join. Found a bug..filed >> DRILL-4165. It >> > > > does not seem to be a regression but clearly needs >> > > > to be fixed soon. >> > > > -Ran manual tests against parquet partitioned data with and without >> > > > metadata cache >> > > > -Examined Explain plans for a few queries with partition filters on >> > > BigInt >> > > > columns, verified partition pruning was working >> > > > -Examined query profiles in Web UI >> > > > >> > > > On Fri, Dec 4, 2015 at 9:41 PM, Venki Korukanti < >> > > [email protected] >> > > > > >> > > > wrote: >> > > > >> > > > > Hi, >> > > > > >> > > > > I'd like to propose the first release candidate of Apache Drill, >> > > version >> > > > > 1.4.0. It covers a total of 31 resolved JIRAs [1]. Thanks to >> everyone >> > > who >> > > > > contributed to this release. >> > > > > >> > > > > The tarball artifacts are hosted at [2] and the maven artifacts >> are >> > > > hosted >> > > > > at >> > > > > [3]. This release candidate is based on commit >> > > > > 5aace39b282c7ac34366d650cb91d555ef23c64b located at [4]. >> > > > > >> > > > > The vote will be open for the next 72 hours ending at 10PM >> Pacific, >> > > > > December 7, 2015. >> > > > > >> > > > > [ ] +1 >> > > > > [ ] +0 >> > > > > [ ] -1 >> > > > > >> > > > > Thanks >> > > > > Venki >> > > > > >> > > > > [1] >> > > > > >> > > > > >> > > > >> > > >> > >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12332947&projectId=12313820 >> > > > > [2] http://people.apache.org/~venki/apache-drill-1.4.0.rc0/ >> > > > > [3] >> > > > > >> > > >> https://repository.apache.org/content/repositories/orgapachedrill-1018/ >> > > > > [4] https://github.com/vkorukanti/drill/tree/1.4.0 >> > > > > >> > > > >> > > >> > > >> > > >> > > -- >> > > >> > > Abdelhakim Deneche >> > > >> > > Software Engineer >> > > >> > > <http://www.mapr.com/> >> > > >> > > >> > > Now Available - Free Hadoop On-Demand Training >> > > < >> > > >> > >> http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available >> > > > >> > > >> > >> > > > > -- > > Abdelhakim Deneche > > Software Engineer > > <http://www.mapr.com/> > > > Now Available - Free Hadoop On-Demand Training > <http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available> > -- Abdelhakim Deneche Software Engineer <http://www.mapr.com/> Now Available - Free Hadoop On-Demand Training <http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available>
