Search Discussions
-
Jimmy Xiang
Aug 18, 2015 at 9:38 pm
Aug 20, 2015 at 8:26 pm -
Hi We are experiencing a strange problem with the hiveserver2, in one of the job it gets the GC limit exceed from mapred task and hangs even having enough heap available.we are not able to identify ...
Sanjeev Verma
Aug 19, 2015 at 4:26 pm
Sep 10, 2015 at 10:05 am -
Hari Sankar Sivarama Subramaniyan
Aug 25, 2015 at 11:32 pm
Sep 10, 2015 at 6:40 pm -
See <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/99/changes Changes: [Xuefu Zhang] HIVE-11430: Followup HIVE-10166: investigate and fix the two test failures ...
Hiveqa
Aug 7, 2015 at 10:45 am
Sep 4, 2015 at 10:22 am -
Pengcheng xiong
Aug 19, 2015 at 6:40 pm
Sep 3, 2015 at 6:52 pm -
Looks like there is something wrong with the precommit tests. The tests runs through but throws IOException or runs out of disk. https://issues.apache.org/jira/browse/HIVE-11416 ...
Prasanth Jayachandran
Aug 3, 2015 at 12:01 am
Aug 9, 2015 at 10:37 pm -
Akshay Goyal
Aug 29, 2015 at 7:17 pm
Sep 3, 2015 at 6:26 am -
The Apache Hive PMC has voted to make Dmitry Tolpeko a committer on the Apache Hive Project. Please join me in congratulating Dmitry! Thanks. - Carl
Carl Steinbach
Aug 3, 2015 at 6:33 pm
Aug 4, 2015 at 8:57 am -
Aihua Xu
Aug 26, 2015 at 8:14 pm
Aug 28, 2015 at 5:02 pm -
Changes for Build #1013 Changes for Build #1014 Changes for Build #1015 Changes for Build #1016 Changes for Build #1017 Changes for Build #1018 Changes for Build #1019 Changes for Build #1020 Changes ...
Apache Jenkins Server
Aug 5, 2015 at 4:58 pm
Aug 11, 2015 at 4:58 pm -
Vaibhav Gumashta
Aug 20, 2015 at 6:35 pm
Aug 24, 2015 at 7:22 pm -
Sergey Shelukhin
Aug 29, 2015 at 1:47 am
Aug 31, 2015 at 10:49 pm -
Hello, I am interested to get the cost of the query plans as calculated by the CBO. How can I get that information ? For example, consider a query with a three way join of the following form: Query ...
Raajay
Aug 25, 2015 at 12:19 am
Aug 25, 2015 at 1:52 am -
Swarnim Kulkarni
Aug 18, 2015 at 3:35 am
Aug 18, 2015 at 8:28 pm -
Aihua Xu
Aug 6, 2015 at 12:01 am
Aug 18, 2015 at 3:03 pm -
Changes for Build #1020 Changes for Build #1021 Changes for Build #1022 Changes for Build #1023 Changes for Build #1024 Changes for Build #1025 Changes for Build #1026 Changes for Build #1027 Changes ...
Apache Jenkins Server
Aug 12, 2015 at 4:58 pm
Aug 16, 2015 at 9:10 pm -
Hi all, It seems like our current dependency on HBase is a little fuzzy to say the least. And with increased features relying on HBase(HBase integration, HBase metastore etc), I think it would be ...
Kulkarni Swarnim
Aug 12, 2015 at 3:44 pm
Aug 14, 2015 at 7:31 pm -
Swarnim Kulkarni
Aug 30, 2015 at 6:00 am
Sep 10, 2015 at 2:50 pm -
Akshay Goyal
Aug 30, 2015 at 8:48 pm
Sep 3, 2015 at 6:02 am -
Hi, Have you look at counters in Hadoop side? It's possible you are dealing with a bad join which causes multiplication of items, if you see huge number of record input/output in map/reduce phase and ...
Noam Hasson
Aug 20, 2015 at 2:49 pm
Aug 21, 2015 at 5:04 am -
Swarnim Kulkarni
Aug 11, 2015 at 12:14 am
Aug 17, 2015 at 6:02 pm -
On the JIRA, we currently have 1.1.0 marked as unreleased even though 1.2.0 is released (and 1.1.1 is also present); then, we have both 1.0.1 and 1.0.2, plus 1.2.1 and 1.2.2 showing in unreleased. I ...
Sergey Shelukhin
Aug 13, 2015 at 9:52 pm
Aug 17, 2015 at 5:40 pm -
Szehon Ho
Aug 6, 2015 at 1:32 am
Aug 6, 2015 at 7:36 pm -
Rui Li
Aug 5, 2015 at 11:28 am
Aug 6, 2015 at 2:26 am -
Alexander Pivovarov
Aug 24, 2015 at 5:22 am
Aug 27, 2015 at 1:53 am -
---- On Wed, 26 Aug 2015 13:45:42 +0530 <<span class="m_body_email_addr" title="dabc197ee0e46ca85df9b7d9402383ec" mayur@whiteklay.in</span wrote ---- Hello Experts,I have been using Hive 0.13 , ...
Mayur Saparia
Aug 26, 2015 at 3:23 pm
Aug 27, 2015 at 12:51 am -
Ashutosh Chauhan
Aug 20, 2015 at 7:52 am
Aug 20, 2015 at 10:12 pm -
Changes for Build #1025 Changes for Build #1026 Changes for Build #1027 Changes for Build #1028 Changes for Build #1029 Changes for Build #1030 Changes for Build #1031 Changes for Build #1032 Changes ...
Apache Jenkins Server
Aug 17, 2015 at 8:20 pm
Aug 19, 2015 at 7:05 pm -
For cases like: select * from t1 join t2 on t1.col = t2.col where t1.col = 1; Is rule PredicateTransitivePropagate supposed to propagate predicate "t1.col = 1" to t2 via join condition t1.col = ...
孙若曦
Aug 19, 2015 at 5:06 am
Aug 19, 2015 at 11:37 am -
Sergey Shelukhin
Aug 13, 2015 at 12:35 am
Aug 14, 2015 at 9:17 pm -
For a research project, I am studying the performance gains in Hive queries achieved through cost based optimization. Rather than just study scenarios where CBO is switched on or off, I would like to ...
Raajay
Aug 10, 2015 at 3:48 pm
Aug 14, 2015 at 7:55 pm -
Navis Ryu
Aug 10, 2015 at 8:43 am
Aug 11, 2015 at 12:45 am -
Aihua Xu
Aug 4, 2015 at 9:03 pm
Aug 7, 2015 at 3:24 am -
Navis Ryu
Aug 11, 2015 at 12:49 am
Aug 24, 2015 at 8:10 pm -
Hi, would anyone mind taking a look at <https://issues.apache.org/jira/browse/HIVE-8583 <https://issues.apache.org/jira/browse/HIVE-8007 for me? I believe both have been ready for commit for a few ...
Lars Francke
Aug 18, 2015 at 10:39 am
Aug 20, 2015 at 8:29 pm -
Swarnim Kulkarni
Aug 7, 2015 at 4:44 am
Aug 11, 2015 at 7:27 pm -
Hi, I am beginner with cascading-hive. Through cascading hive, i want to load data into the hive table which is stored as parquet format. My data contains one field which is date. I have created hive ...
Santlal J Gupta
Aug 7, 2015 at 4:46 am
Aug 7, 2015 at 2:49 pm -
Hi, I want to use Date and BigDecimal datatype with parquet hive. Currently I am using Hive 0.12.0-cdh5.1.0 version. When I have written following query I get as given below . Query : hive ...
Santlal J Gupta
Aug 4, 2015 at 5:27 am
Aug 5, 2015 at 4:42 pm -
I would appreciate any assistance. Hive forces me to predefine column mappings : WITH SERDEPROPERTIES ('hbase.columns.mapping' = ':key,columnfamily:july8-speed') I need to create columns in hbase ...
Manjee, Sunile
Aug 5, 2015 at 2:07 am
Aug 5, 2015 at 2:55 pm -
Hi Everyone, I submitted a patch yesterday for the issue HIVE-11413 <https://issues.apache.org/jira/browse/HIVE-11413 . The patch failed one of the regression tests in build #4770. I looked at the ...
Raajay
Aug 1, 2015 at 5:42 am
Aug 1, 2015 at 6:07 am -
Owen O'Malley created HIVE-11704: ------------------------------------ Summary: Create errata.txt file Key: HIVE-11704 URL: https://issues.apache.org/jira/browse/HIVE-11704 Project: Hive Issue Type ...
Owen O'Malley (JIRA)
Aug 31, 2015 at 11:33 pm
Aug 31, 2015 at 11:33 pm -
Pengcheng Xiong created HIVE-11703: -------------------------------------- Summary: Make RegExp and RLike reserved keywords Key: HIVE-11703 URL: https://issues.apache.org/jira/browse/HIVE-11703 ...
Pengcheng Xiong (JIRA)
Aug 31, 2015 at 10:18 pm
Aug 31, 2015 at 10:18 pm -
Dear Hive users, Hive community is considering a user group meeting during Hadoop World that will be held in Singarpore [1] Dec 1-3, 2015. As I understand, this will be the first time that this ...
Xuefu Zhang
Aug 31, 2015 at 9:43 pm
Aug 31, 2015 at 9:43 pm -
Jenny Kim created HIVE-11702: -------------------------------- Summary: GetSchemas thrift call is slow on scale of 1000+ databases Key: HIVE-11702 URL ...
Jenny Kim (JIRA)
Aug 31, 2015 at 9:34 pm
Aug 31, 2015 at 9:34 pm -
Sergey Shelukhin created HIVE-11701: --------------------------------------- Summary: Make tez AM logs work with new log4j2 changes Key: HIVE-11701 URL ...
Sergey Shelukhin (JIRA)
Aug 31, 2015 at 8:43 pm
Aug 31, 2015 at 8:43 pm -
Aihua Xu
Aug 31, 2015 at 7:16 pm
Aug 31, 2015 at 7:16 pm -
Sergey Shelukhin created HIVE-11700: --------------------------------------- Summary: exception in logs in Tez test with new logger Key: HIVE-11700 URL ...
Sergey Shelukhin (JIRA)
Aug 31, 2015 at 6:47 pm
Aug 31, 2015 at 6:47 pm -
Pengcheng Xiong created HIVE-11699: -------------------------------------- Summary: Support special characters in table names Key: HIVE-11699 URL: https://issues.apache.org/jira/browse/HIVE-11699 ...
Pengcheng Xiong (JIRA)
Aug 31, 2015 at 6:03 pm
Aug 31, 2015 at 6:03 pm -
Jesus Camacho Rodriguez created HIVE-11698: ---------------------------------------------- Summary: Add additional test for PointLookupOptimizer Key: HIVE-11698 URL ...
Jesus Camacho Rodriguez (JIRA)
Aug 31, 2015 at 5:57 pm
Aug 31, 2015 at 5:57 pm -
0
[jira] [Created] (HIVE-11697) Add Unit Test to test serializability/deserializability of HCatSplits
Sushanth Sowmyan created HIVE-11697: --------------------------------------- Summary: Add Unit Test to test serializability/deserializability of HCatSplits Key: HIVE-11697 URL ...Sushanth Sowmyan (JIRA)
Aug 31, 2015 at 5:55 pm
Aug 31, 2015 at 5:55 pm
Group Overview
group | dev |
categories | hive, hadoop |
discussions | 338 |
posts | 509 |
users | 61 |
website | hive.apache.org |
61 users for August 2015
Archives
- June 2016 (348)
- May 2016 (550)
- April 2016 (510)
- March 2016 (432)
- February 2016 (416)
- January 2016 (466)
- December 2015 (490)
- November 2015 (514)
- October 2015 (561)
- September 2015 (598)
- August 2015 (509)
- July 2015 (557)
- June 2015 (607)
- May 2015 (819)
- April 2015 (845)
- March 2015 (625)
- February 2015 (2,884)
- January 2015 (2,386)
- December 2014 (3,794)
- November 2014 (4,928)
- October 2014 (5,953)
- September 2014 (5,437)
- August 2014 (4,922)
- July 2014 (3,109)
- June 2014 (2,454)
- May 2014 (2,121)
- April 2014 (2,687)
- March 2014 (4,266)
- February 2014 (3,061)
- January 2014 (2,951)
- December 2013 (2,695)
- November 2013 (2,702)
- October 2013 (4,208)
- September 2013 (4,039)
- August 2013 (3,426)
- July 2013 (2,815)
- June 2013 (1,651)
- May 2013 (1,608)
- April 2013 (2,760)
- March 2013 (1,565)
- February 2013 (1,580)
- January 2013 (2,294)
- December 2012 (1,465)
- November 2012 (1,357)
- October 2012 (1,141)
- September 2012 (1,301)
- August 2012 (1,043)
- July 2012 (1,094)
- June 2012 (1,445)
- May 2012 (899)
- April 2012 (1,098)
- March 2012 (903)
- February 2012 (703)
- January 2012 (839)
- December 2011 (1,123)
- November 2011 (1,022)
- October 2011 (1,133)
- September 2011 (920)
- August 2011 (1,417)
- July 2011 (1,178)
- June 2011 (803)
- May 2011 (598)
- April 2011 (895)
- March 2011 (912)
- February 2011 (918)
- January 2011 (826)
- December 2010 (676)
- November 2010 (658)
- October 2010 (937)
- September 2010 (796)
- August 2010 (1,114)
- July 2010 (955)
- June 2010 (813)
- May 2010 (460)
- April 2010 (378)
- March 2010 (629)
- February 2010 (811)
- January 2010 (849)
- December 2009 (610)
- November 2009 (444)
- October 2009 (411)
- September 2009 (512)
- August 2009 (803)
- July 2009 (1,002)
- June 2009 (649)
- May 2009 (548)
- April 2009 (970)
- March 2009 (739)
- February 2009 (452)
- January 2009 (607)
- December 2008 (961)
- November 2008 (235)