I'm trying Apache Drill. According to the specification from https://cwiki.apache.org/confluence/display/DRILL/Sources+and+Setting+Up+Development+Environment . Doing " select 'Run As -> Maven install" on top of "drill-sqlparser" project, eclipse shows: Results :
Tests in error: FullEngineTest.setCPRead:47 » test timed out after 10000 milliseconds Tests run: 41, Failures: 0, Errors: 1, Skipped: 6 [INFO] ------------------------------ ------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 51.934s [INFO] Finished at: Thu Nov 21 17:18:40 CST 2013 [INFO] Final Memory: 27M/70M Besides, it reports that BitHolder, BigIntHolder....and some other classes can't be resolved. What's going on? Thank You!
