Re: ant maven-build not working in trunk

2013-06-12 Thread Nitin Pawar
to know if I'm only one facing this or Is there anyother way to publish maven artifacts locally? Thanks Amareshwari -- Nitin Pawar

Re: ant maven-build not working in trunk

2013-06-13 Thread Nitin Pawar
wrote: Nitin, Hive does not compile with jdk7. You have to use jdk6 for compiling On Wed, Jun 12, 2013 at 9:42 PM, Nitin Pawar nitinpawar...@gmail.com wrote: I tried the build on trunk i did not hit the issue of make-pom but i hit the issue of jdbc with jdk7. I will apply the patch

Re: HCatalog (from Hive 0.11) and Hadoop 2

2013-07-29 Thread Nitin Pawar
build it On Mon, Jul 29, 2013 at 8:07 PM, Rodrigo Trujillo rodrigo.truji...@linux.vnet.ibm.com wrote: Hi, is it possible to build Hive 0.11 and HCatalog with Hadoop 2 (2.0.4-alpha) ?? Regards, Rodrigo -- Nitin Pawar

Re: Hive Metastore Server 0.9 Connection Reset and Connection Timeout errors

2013-07-29 Thread Nitin Pawar
at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:127) ... 31 more -- Nitin Pawar

Re: Hive Metastore Server 0.9 Connection Reset and Connection Timeout errors

2013-07-30 Thread Nitin Pawar
on port 1). Dont know if thats relevant here or not Can you suggest any hive configuration settings we can tweak or networking tools/tips, we can use to narrow this down ? Thanks Agateaaa On Mon, Jul 29, 2013 at 11:02 AM, Nitin Pawar nitinpawar...@gmail.com wrote

Re: Last time request for cwiki update privileges

2013-08-21 Thread Nitin Pawar
attachments, from your computer system. If you are the intended recipient, please be advised that the content of this message is subject to access, review and disclosure by the sender's Email System Administrator. -- Nitin Pawar

Re: Hive Issue

2013-09-02 Thread Nitin Pawar
) at org.datanucleus.jdo.JDOPersistenceManagerFactory.freezeConfiguration(JDOPersistenceManagerFactory.java:583) -- Nitin Pawar

Re: Error - loading data into tables

2013-10-01 Thread Nitin Pawar
the below error while loading the data into hive table. *return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask* * * I used * LOAD DATA INPATH '/home/storage/mount1/tabled.txt' INTO TABLE TEST;* this query to insert into table. Thanks, Manickam P -- Nitin Pawar -- Nitin Pawar

Self join issue

2013-10-03 Thread Nitin Pawar
tables and make sure I clean them up myself after the jobs are over. Thanks, Nitin Pawar

Re: Single Mapper - HIVE 0.11

2013-10-09 Thread Nitin Pawar
the second mapper. Is there something that I am doing wrong because there are three nodes in the HADOOP cluster currently and I was expecting that at least 6 mappers should have been used. Thanks and Regards, Gourav -- Nitin Pawar

Hive compilation issues on branch-0.10 and trunk

2013-04-11 Thread Nitin Pawar
with this? What would be recommended JDK version going forward for development activities ? -- Nitin Pawar

Re: Hive compilation issues on branch-0.10 and trunk

2013-04-11 Thread Nitin Pawar
On Thu, Apr 11, 2013 at 2:42 AM, Nitin Pawar nitinpawar...@gmail.com wrote: Hello, I am trying to build hive on both trunk and branch-0.10 I have tried both SUN JDK6 and JDK7 With both the version running into different issues with JDK6 running into issue mentioned at HIVE-4231

Re: plugable partitioning

2013-04-15 Thread Nitin Pawar
. Thanks, Steve -- Nitin Pawar

adding a new property for hive history file HIVE-1708

2013-04-17 Thread Nitin Pawar
this is set to String historyDirectory = System.getProperty(user.home); String historyFile = historyDirectory + File.separator + HISTORYFILE; Any ideas on what will be the default path then ? -- Nitin Pawar

Re: Skip trash while dropping Hive table

2013-11-04 Thread Nitin Pawar
...@altiscale.com wrote: Hi all, Is there an existing way to drop Hive tables without having the deleted files hitting trash? If not, can we add something similar to Hive for this? Thanks a lot. -- Nitin Pawar

Re: Scheduling the next Hive Contributors Meeting

2013-11-08 Thread Nitin Pawar
to reschedule. Thanks. Carl -- Nitin Pawar

Re: Possible bug loading data in Hive.

2014-06-10 Thread Nitin Pawar
Software Engineer/ Telf.: +34 917 680 490 Fax: +34 913 833 301 C/ Manuel Tovar, 49-53 - 28034 Madrid - Spain _http://www.bidoop.es_ -- Nitin Pawar

Re: Possible bug loading data in Hive.

2014-06-10 Thread Nitin Pawar
valuefalse/value /property This is relevant for the problem? Thanks, On 10/06/14 10:53, Nitin Pawar wrote: Hive 0.9.0 with CDH4.1 --- This is very old release. I would recommend to upgrade to hive-0.13 or at least 0.12 and see. Error you are seeing is on loading

Re: select count(*) from table;

2016-03-22 Thread Nitin Pawar
t; > For Hive's Text format it takes few seconds while Hive's Orc format takes > fraction of seconds. > > Regards, > Amey > -- Nitin Pawar

[jira] [Created] (HIVE-2814) Can we have a feature to disable creating empty buckets on a larger number of buckets creates?

2012-02-22 Thread Nitin Pawar (Created) (JIRA)
Project: Hive Issue Type: Bug Reporter: Nitin Pawar Priority: Minor When we create buckets on a larger datasets, its not often that all the partitions have same number of buckets so we choose the largest possible number to capture the buckets mostly

[jira] [Created] (HIVE-2980) Show a warning or an error when the data directory is empty or not existing

2012-04-24 Thread Nitin Pawar (JIRA)
Nitin Pawar created HIVE-2980: - Summary: Show a warning or an error when the data directory is empty or not existing Key: HIVE-2980 URL: https://issues.apache.org/jira/browse/HIVE-2980 Project: Hive

[jira] [Created] (HIVE-5432) self join for a table with serde definition fails with classNotFoundException, single queries work fine

2013-10-03 Thread Nitin Pawar (JIRA)
Nitin Pawar created HIVE-5432: - Summary: self join for a table with serde definition fails with classNotFoundException, single queries work fine Key: HIVE-5432 URL: https://issues.apache.org/jira/browse/HIVE-5432

[jira] [Commented] (HIVE-4231) Build fails with WrappedRuntimeException: Content is not allowed in prolog. when _JAVA_OPTIONS=-Dfile.encoding=UTF-8

2013-04-11 Thread Nitin Pawar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13628789#comment-13628789 ] Nitin Pawar commented on HIVE-4231: --- Even I am running into same issue when trying

[jira] [Commented] (HIVE-1708) make hive history file configurable

2013-04-12 Thread Nitin Pawar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13630609#comment-13630609 ] Nitin Pawar commented on HIVE-1708: --- I did add a new setting to hive-site.xml and made