[jira] [Created] (HIVE-14771) Add a warning to the jenkins report for slow tests

2016-09-15 Thread Siddharth Seth (JIRA)
Siddharth Seth created HIVE-14771: - Summary: Add a warning to the jenkins report for slow tests Key: HIVE-14771 URL: https://issues.apache.org/jira/browse/HIVE-14771 Project: Hive Issue Type:

[jira] [Created] (HIVE-14770) too many locks acquired?

2016-09-15 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-14770: - Summary: too many locks acquired? Key: HIVE-14770 URL: https://issues.apache.org/jira/browse/HIVE-14770 Project: Hive Issue Type: Bug Components:

[GitHub] hive pull request #102: HIVE-14309. Fix naming of classes in ORC module.

2016-09-15 Thread omalley
GitHub user omalley opened a pull request: https://github.com/apache/hive/pull/102 HIVE-14309. Fix naming of classes in ORC module. Renames the classes in Hive from org.apache.orc.* to org.apache.hive.orc.* You can merge this pull request into a Git repository by running: $ git

[jira] [Created] (HIVE-14769) TestVectorRowObject test takes >12 mins

2016-09-15 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-14769: Summary: TestVectorRowObject test takes >12 mins Key: HIVE-14769 URL: https://issues.apache.org/jira/browse/HIVE-14769 Project: Hive Issue Ty

Review Request 51940: Add a new UDTF ExplodeByNumber

2016-09-15 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51940/ --- Review request for hive and Ashutosh Chauhan. Repository: hive-git Descriptio

[jira] [Created] (HIVE-14768) Add a new UDTF ExplodeByNumber

2016-09-15 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-14768: -- Summary: Add a new UDTF ExplodeByNumber Key: HIVE-14768 URL: https://issues.apache.org/jira/browse/HIVE-14768 Project: Hive Issue Type: Sub-task

Re: Load performance with partitioned table

2016-09-15 Thread Jörn Franke
What is your hardware setup? Are the bloom filters necessary on all columns? Usually they make only sense for non-numeric columns. Updating bloom filters take time and should be avoided where they do not make sense. Can you provide an example of the data and the select queries that you execute o

[jira] [Created] (HIVE-14767) Migrate slow MiniMr tests to faster options

2016-09-15 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-14767: Summary: Migrate slow MiniMr tests to faster options Key: HIVE-14767 URL: https://issues.apache.org/jira/browse/HIVE-14767 Project: Hive Issu

[jira] [Created] (HIVE-14766) ObjectStore.initialize() needs retry mechanisms in case of connection failures

2016-09-15 Thread Sushanth Sowmyan (JIRA)
Sushanth Sowmyan created HIVE-14766: --- Summary: ObjectStore.initialize() needs retry mechanisms in case of connection failures Key: HIVE-14766 URL: https://issues.apache.org/jira/browse/HIVE-14766 Pr

[jira] [Created] (HIVE-14765) metrics - gauge overwritten messages

2016-09-15 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-14765: --- Summary: metrics - gauge overwritten messages Key: HIVE-14765 URL: https://issues.apache.org/jira/browse/HIVE-14765 Project: Hive Issue Type: Bug

Load performance with partitioned table

2016-09-15 Thread naveen mahadevuni
Hi, I'm using ORC format for our table storage. The table has a timestamp column(say TS) and 25 other columns. The other ORC properties we are using arestorage index and bloom filters. We are loading 100 million records in to this table on a 4-node cluster. Our source table is a text table with C

Re: Review Request 51895: HIVE-14714 - Finishing Hive on Spark causes "java.io.IOException: Stream closed"

2016-09-15 Thread Gabor Szadovszky
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51895/ --- (Updated Sept. 15, 2016, 3:27 p.m.) Review request for hive, Chaoyu Tang, Navee

[GitHub] hive pull request #91: HIVE-14249: Add simple materialized views with manual...

2016-09-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/hive/pull/91 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled

Re: Review Request 51895: HIVE-14714 - Finishing Hive on Spark causes "java.io.IOException: Stream closed"

2016-09-15 Thread Barna Zsombor Klara
> On Sept. 15, 2016, 9:20 a.m., Barna Zsombor Klara wrote: > > spark-client/src/main/java/org/apache/hive/spark/client/SparkClientImpl.java, > > line 708 > > > > > > Wouldn't lineBuilder.indexOf(String.valueOf('\n')

Re: Review Request 51895: HIVE-14714 - Finishing Hive on Spark causes "java.io.IOException: Stream closed"

2016-09-15 Thread Gabor Szadovszky
> On Sept. 15, 2016, 9:20 a.m., Barna Zsombor Klara wrote: > > spark-client/src/main/java/org/apache/hive/spark/client/SparkClientImpl.java, > > line 687 > > > > > > Since we have 2 redirectors maybe also log out wh

Re: Review Request 51895: HIVE-14714 - Finishing Hive on Spark causes "java.io.IOException: Stream closed"

2016-09-15 Thread Barna Zsombor Klara
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51895/#review149035 --- LGTM, if you take care of my issues/open questions. spark-client

[jira] [Created] (HIVE-14764) Enabling "hive.metastore.metrics.enabled" throws OOM in HiveMetastore

2016-09-15 Thread Rajesh Balamohan (JIRA)
Rajesh Balamohan created HIVE-14764: --- Summary: Enabling "hive.metastore.metrics.enabled" throws OOM in HiveMetastore Key: HIVE-14764 URL: https://issues.apache.org/jira/browse/HIVE-14764 Project: Hi

[jira] [Created] (HIVE-14763) Exchange Partition with a table that already contains it

2016-09-15 Thread Konstantinos Kallas (JIRA)
Konstantinos Kallas created HIVE-14763: -- Summary: Exchange Partition with a table that already contains it Key: HIVE-14763 URL: https://issues.apache.org/jira/browse/HIVE-14763 Project: Hive

Re: Hive ACID table error

2016-09-15 Thread naveen mahadevuni
Looks like this has been addressed in HIVE-11716 . Thanks, Naveen On Thu, Sep 15, 2016 at 5:41 AM, Eugene Koifman wrote: > There should be a full stack trace somewhere either in the client side log > on the job logs. > ³serious error² is usually