| clear query|facets|time |
Search criteria: .
Results from 1 to 9 from
9 (0.269s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-3872] MAP JOIN for VIEW thorws NULL pointer exception error - Hive - [issue]
|
|
...I have created a view as shown below. CREATE VIEW V1 ASselect /*+ MAPJOIN(t1) ,MAPJOIN(t2) */ t1.f1, t1.f2, t1.f3, t1.f4, t2.f1, t2.f2, t2.f3 from TABLE1 t1 join TABLE t2 on ( t1...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3872
Author: Santosh Achhra,
2013-01-17, 09:22
|
|
|
Hive Index - Hive - [mail # user]
|
|
...Hello Hive Users, I have created index on table with deferred rebuild. 1) After Index is created I see two tables; a) MAIN_TABLE &...
|
|
|
Author: Santosh Achhra,
2013-01-11, 06:19
|
|
|
Re: View with map join fails - Hive - [mail # user]
|
|
...Thank you Bejoy. I will file a new Jira. Good wishes,always ! Santosh On Wed, Jan 9, 2013 at 2:41 AM, wrote: ...
|
|
|
Author: Santosh Achhra,
2013-01-09, 04:48
|
|
|
Re: Index rebuild fails - Hive - [mail # user]
|
|
...Thank you Shreepadma, I don't see stack trace. Below is the full execution log Total MapReduce jobs = 1 Launching Job 1 out of 1 Number of reduce tasks not specified. Estimated f...
|
|
|
Author: Santosh Achhra,
2013-01-09, 00:41
|
|
|
Re: Map Reduce Local Task - Hive - [mail # user]
|
|
...Thank you Dean, One of our table is very small, it has only 16,000 rows and other big table has 45 million plus records. Wont doing a loacl task help in this case ? Good wishes,a...
|
|
|
Author: Santosh Achhra,
2013-01-08, 16:11
|
|
|
Index rebuild fails - Hive - [mail # user]
|
|
...Hello Hive Users, After I execute below mention Alter statement, I get beloe mentioned error. Even though log shows that index file was moved to trash, I see index file present, howeve...
|
|
|
Author: Santosh Achhra,
2013-01-08, 15:40
|
|
|
Re: Map Reduce Local Task - Hive - [mail # user]
|
|
...Is setting hive.auto.convert.join to true will help setting mapreduce local task and conditional task ? Good wishes,always ! Santosh On Tue, Jan 8, 2013 at 4:04 PM, Santosh Achh...
|
|
|
Author: Santosh Achhra,
2013-01-08, 15:11
|
|
|
View with map join fails - Hive - [mail # user]
|
|
...Hello, I have created a view as shown below. *CREATE VIEW V1 AS* *select /*+ MAPJOIN(t1) ,MAPJOIN(t2) */ t1.f1, t1.f2, t1.f3, t1.f4, t2.f1, t2.f2, t2.f3 from TABLE1 t...
|
|
|
Author: Santosh Achhra,
2013-01-08, 09:11
|
|
|
Map Reduce Local Task - Hive - [mail # user]
|
|
...Hello, I was reading an article on web which tells about MapReduce local Task and use of hash table files and conditional tasks to improve performance of hive queries. Any idea h...
|
|
|
Author: Santosh Achhra,
2013-01-08, 08:04
|
|
|
|