Commit Graph

25 Commits

Author SHA1 Message Date
Henry Robinson
2bbd4193a1 Fix PlannerTest failure 2012-05-03 17:15:16 -07:00
Henry Robinson
2af14392a6 Serial INSERT support 2012-05-03 13:44:32 -07:00
Michael Ubell
81809f908b Fix data table creation for data loading. 2012-05-02 21:21:42 -07:00
Michael Ubell
7b14187bf1 Install snappy library
add create-load-data.sh
2012-05-02 07:31:10 -07:00
Michael Ubell
62d29ff1c6 Sequence File Scanner 2012-05-01 17:48:24 -07:00
Michael Ubell
8897169c87 Timestamp data type implimentation. 2012-03-22 21:38:18 -07:00
Alan Choi
a780ffdcb3 Enabling multi-node distributed execution:
- adding flag --backends="host:port,host:port,..." , which TestEnv uses to create clients for ImpalaBackendServices
  running on those nodes; this is just a hack in order to be able to use runquery for multi-node execution
- impalad-main.cc: main() of impala daemon, which will export both ImpalaService and
  ImpalaBackendService (but at the moment only does the latter; everything related to ImpalaService is commented out)
- com.cloudera.impala.service.Frontend: API to the frontend functionality; invoked by impalad via jni; ignore for now

Adding classes Scheduler, SimpleScheduler, ExecEnv, TestExecEnv, BackendClientCache.
2012-03-02 12:27:27 -08:00
Alan Choi
b62c390445 add multi file test for HDFS table (text, rc, default)
review link: http://review.sf.cloudera.com/r/14311/
2012-02-27 18:29:34 -08:00
Alan Choi
c9aeea3301 IMP-34 Empty table causes fe to crash
Review: http://review.sf.cloudera.com/r/14152/
2012-02-23 13:11:03 -08:00
Nong Li
783480d6bf - Cleaned up some TODOs.
- Fix tuple template.  Fixed strcmp
- atoi/atof handle overflows.
- added likely/unlikely compiler directive
- Runquery now reports mean/stddev for profile runs
- removed quoted char
2012-01-18 23:08:29 -08:00
Nong Li
2880f54d35 Perf Work:
- Added perf counter utility
  - Added google perf tools
  - Added html data set
  - Added escape char test
  - Initial perf tuning
2011-12-30 00:26:27 -08:00
Nong Li
5ae17ad5f9 Adding grep data. 2011-12-06 03:18:30 -08:00
Alexander Behm
62177d4d9c Added parser and analyzer support for INSERT statements. 2011-11-22 15:34:04 -08:00
Marcel Kornacker
0827146a2b adding outer joins plus new tests 2011-09-28 09:02:07 -07:00
Carl Steinbach
7b0d8c2218 IMP-20. Generate RCFile table data for tests 2011-09-12 18:15:15 -07:00
Marcel Kornacker
95fdaa289d like predicate evaluation 2011-09-06 16:21:36 -07:00
Marcel Kornacker
63f9e689c9 Planner transforms query predicate on hbase row key column into row key.
Backend hbase scanner applies start/end keys.
Also added new hbase-backed test table hbasestringids, which maps hbasealltypesagg, except the row key/id column is a string
(otherwise it's not possible to apply query predicates).
2011-09-02 15:37:23 -07:00
Alexander Behm
8fb607322d Added HBaseScanNode in the backend. 2011-08-29 16:57:45 -07:00
Alexander Behm
fade777919 Added HBase test files, and loading of HBase metadata into Impala. 2011-08-18 18:30:32 -07:00
Marcel Kornacker
7f9e57bc4d Fixed partition key value materialization.
Fixed a number of bugs in AggregationNode.
Added aggregation and expr test cases to QueryTest.
Added new test table AllTypesAggNoNulls.
2011-08-18 17:20:01 -07:00
Marcel Kornacker
1087bf061c some bug fixes in agg-node and is-null-predicate; more tests 2011-08-11 17:34:36 -07:00
Alexander Behm
e74892856f Added error logging in TextScanNode. 2011-08-10 14:22:22 -07:00
Alexander Behm
9a3b4dd42c Added test for failing to load table metadata due to multi-character delimiters. 2011-07-27 14:48:39 -07:00
Alexander Behm
de2b53c580 Added first end-to-end test which scans the alltypessmall table. 2011-07-20 14:17:01 -07:00
marcel
77617256f4 - added data generator under testdata/src/main/java/com/cloudera/impala/datagenerator
- added support for mvn based builds and also a driver script 'recreate_store.sh' to regenerate the data.
- switched test setup to create test tables via a hive cli script rather than programmatically
- added script to load data into default.AllTypes table (24-way partitioned)
2011-06-27 16:19:25 -07:00