Commit Graph

1149 Commits

Author SHA1 Message Date
Henry Robinson
7d2c47ad72 IMPALA-258: Make partition key string encoding Hive-compatible 2014-01-08 10:49:54 -08:00
Alex Behm
abafcf81ff IMPALA-287: Full outer join is missing results. 2014-01-08 10:49:54 -08:00
Alex Behm
4c45bc06c4 IMPALA-84: Predicates not evaluated if select exprs are constant. 2014-01-08 10:49:53 -08:00
Alex Behm
dbe3127383 IMPALA-285: Multiple outer joins with nesting crash impalad 2014-01-08 10:49:53 -08:00
Nong Li
dcbd408fa8 Add io mgr warning for machines without sse4_2. 2014-01-08 10:49:53 -08:00
Nong Li
329edcef64 remove duplicate merge-node.cc in CMakeLists 2014-01-08 10:49:53 -08:00
Skye Wanderman-Milne
cc6007cf9e IMPALA-262: Querying text/lzo table that is not indexed causes an impalad segfault 2014-01-08 10:49:52 -08:00
Skye Wanderman-Milne
0ac303ad82 IMPALA-234: Add some library version validation logic to impalad when loading impala-lzo shared library
Change-Id: I51cdbbe5ed7af2f34b7079faf80d45ab9d4c3c35
2014-01-08 10:49:52 -08:00
Alex Behm
21685d4f8f Fixed a failed Preconditions check if a join predicate has constants. 2014-01-08 10:49:52 -08:00
Alan Choi
2c8ec05dcf IMPALA-56 - explicitly close query executor 2014-01-08 10:49:51 -08:00
Alan Choi
7aadac236d IMPALA-231 fix hbase perf issue by deleteing local java ref 2014-01-08 10:49:51 -08:00
Alex Behm
0cf6c6efca IMPALA-236: impalad segfaults executing query that contains join and limit 2014-01-08 10:49:51 -08:00
Marcel Kornacker
7bf87a4b54 fix for IMPALA-90/IMPALA-221 2014-01-08 10:49:50 -08:00
Lenni Kuff
0d45a3a54b Add --continue_on_error and --hive_cmd option to compute stats script 2014-01-08 10:49:50 -08:00
ishaan
885438dc4b Implicit commands run by the shell should be delimited properly 2014-01-08 10:49:50 -08:00
Nong Li
83ba08cf13 Bump version to .7.1 2014-01-08 10:49:49 -08:00
Nong Li
2a5df9e9f0 Fix parquet hang 2014-01-08 10:49:49 -08:00
Henry Robinson
9e8fe07059 IMPALA-253: Return query errors in CloseInsertInternal 2014-01-08 10:49:49 -08:00
Alex Behm
5db3f2cdf5 IMPALA-227: SELECT * on partitioned table returns columns in different order than Hive. 2014-01-08 10:49:48 -08:00
Alan Choi
8c55a89190 IMP-859 Fix version checking error 2014-01-08 10:49:48 -08:00
Alex Behm
805fa50d6f IMPALA-67: Constant SELECT clauses do not work in subqueries. 2014-01-08 10:49:48 -08:00
Alan Choi
b140597210 IMPALA-54 Re-enable OPEN failure injection test 2014-01-08 10:49:47 -08:00
Skye Wanderman-Milne
04bee45af5 Update query test to use dayofyear() 2014-01-08 10:49:47 -08:00
Lenni Kuff
c74b7e41dd Enable insert tests to run against parquet 2014-01-08 10:49:47 -08:00
Skye Wanderman-Milne
60a4c823b5 IMPALA-245: day() function returns wrong result
Changes day() to return same result as dayofmonth() and adds dayofyear().
2014-01-08 10:49:46 -08:00
Nong Li
58631d9ce0 Fix parquet insert .test files. 2014-01-08 10:49:46 -08:00
Marcel Kornacker
49160d0ad8 join hints 2014-01-08 10:49:46 -08:00
Henry Robinson
829c0dc948 Remove line break from version metric 2014-01-08 10:49:45 -08:00
Alex Behm
2277386d4d IMPALA-225: Compound predicate ranges on partition keys crash impalad. 2014-01-08 10:49:45 -08:00
Nong Li
ab709cb517 Use fvn hash for data sender and different seeds for each step of the execution. 2014-01-08 10:49:45 -08:00
Henry Robinson
cd9debb792 Typo in HdfsTableSink::GetHashTblKey 2014-01-08 10:49:44 -08:00
Lenni Kuff
16504f2a27 Fix formatting of errors/exceptions returned from FE 2014-01-08 10:49:44 -08:00
Alan Choi
b282175461 IMPA-213 Disable DN server check; disable all checks if impala cannot detech cdh version 2014-01-08 10:49:44 -08:00
ishaan
a3ae4e3252 The shell should inform the user that a command is incomplete by changing its prompt. 2014-01-08 10:49:43 -08:00
Alex Behm
7ccb1b8194 IMPALA-229: The built-in function regexp_extract() return wrong results. 2014-01-08 10:49:43 -08:00
Lenni Kuff
1693ad4eb3 Force kill existing Impala processes when running start-impala-cluster 2014-01-08 10:49:43 -08:00
Nong Li
925223d437 Change query id for debug page urls to the same as all our other query id formats. 2014-01-08 10:49:42 -08:00
Nong Li
57aac373ae Add last refresh time metric. 2014-01-08 10:49:42 -08:00
Nong Li
2a4982ffd4 Remove <pre> tag for encoded profiles. 2014-01-08 10:49:41 -08:00
Nong Li
1f6481382e Fix parquet test setup. 2014-01-08 10:49:41 -08:00
Henry Robinson
189575f23f Version metric for statestored and impalad 2014-01-08 10:49:41 -08:00
Henry Robinson
711e3f1aed IMPALA-220: Type check static partition columns 2014-01-08 10:49:40 -08:00
Nong Li
741599dc2a Move compressed table test out of core. 2014-01-08 10:49:40 -08:00
Nong Li
563cbfa3a8 Enable parquet testing 2014-01-08 10:49:40 -08:00
Nong Li
0dcfbfafed Fix bugs in parquet scanner. 2014-01-08 10:49:39 -08:00
ishaan
3093006ca9 Non-interactive mode in the shell should work with multi-line queries enabled. 2014-01-08 10:49:39 -08:00
Nong Li
c998c30771 Compress encoded runtime profiles and persist them to log. 2014-01-08 10:49:39 -08:00
Alex Behm
2575a34fa3 Improved error reporting when using impala-shell. 2014-01-08 10:49:38 -08:00
Henry Robinson
14d29aa579 Add plan and number of fragment instances to profile 2014-01-08 10:49:38 -08:00
ishaan
3567935f11 IMPALA-78 The shell should support multiline commands. 2014-01-08 10:49:38 -08:00