RE: About lifecycle of Tez container

2017-10-17 Thread Xu, Cheng A
Thanks Gopal for this configuration.
I find the configuration "tez.am.container.idle.release-timeout-min.millis" 
works to disable container idle release thought it's not recommended.

Thanks
Ferdinand Xu


-Original Message-
From: Gopal Vijayaraghavan [mailto:gop...@apache.org] 
Sent: Tuesday, October 17, 2017 1:05 PM
To: dev@hive.apache.org
Subject: Re: About lifecycle of Tez container

> I guess the container is not reused when disabled auto-reducer in my case is 
> due to that the default timeout for tez is about 10s. 

There's another config which can let you run it without losing containers (at 
least if you know how many you want to keep).

tez.am.session.min.held-containers

This will hold  containers with no timeout and try to spread them across as 
many nodes as possible (to serve locality better).

However, this needs to set into the tez-site.xml being a tez.am.* parameter.

Cheers,
Gopal







RE: About lifecycle of Tez container

2017-10-16 Thread Xu, Cheng A
Thanks Gopal. That's a good point to investigate. I guess the container is not 
reused when disabled auto-reducer in my case is due to that the default timeout 
for tez is about 10s. 

Thanks
Ferdinand Xu

-Original Message-
From: Gopal Vijayaraghavan [mailto:gop...@apache.org] 
Sent: Monday, October 16, 2017 2:39 PM
To: dev@hive.apache.org
Subject: Re: About lifecycle of Tez container



> Are Tez container also able to be reused between two vertexes connected with 
> none Scatter-Gather edge? Thank you!

Yes - the edge is not used to determine reuse potential.

Possibly the patch in https://issues.apache.org/jira/browse/TEZ-3852 might give 
you a starting point to investigate the conditions when a container is reused.

Cheers,
Gopal






About lifecycle of Tez container

2017-10-15 Thread Xu, Cheng A
Hi
AFAIK Tez tasks can be executed in parallel when the edge is Scatter-Gather 
with auto-reducer enabled and in that case the Tez containers can be reused. 
Are Tez container also able to be reused between two vertexes connected with 
none Scatter-Gather edge? Thank you!

Best Regards
Ferdinand Xu



RE: Invitation for Hive committers to become ORC committers

2017-01-02 Thread Xu, Cheng A
Hi Owen,
Sorry for my late response. I'm also interested.

Thanks,
Ferd

-Original Message-
From: Owen O'Malley [mailto:omal...@apache.org] 
Sent: Friday, December 23, 2016 11:55 AM
To: dev@hive.apache.org
Subject: Re: Invitation for Hive committers to become ORC committers

Ok, I believe that I have got everyone. If you don't have karma as shown
here: http://people.apache.org/phonebook.html?unix=orc

Please, let me know. I believe I have also updated the ORC website with 
everyone.

Thanks,
   Owen

On Sat, Dec 17, 2016 at 5:16 AM, Lars Francke 
wrote:

> Hi Owen,
>
> I'm also interested.
>
> Thanks,
> Lars
>
> On Fri, Dec 16, 2016 at 10:20 PM, Sergio Pena 
> 
> wrote:
>
> > Hi Ownen,
> >
> > I'm also interested.
> > - Sergio
> >
> > On Fri, Dec 16, 2016 at 11:39 AM, Daniel Dai 
> > wrote:
> >
> > > I am interested.
> > >
> > > Thanks,
> > > Daniel
> > >
> > >
> > >
> > >
> > > On 12/15/16, 1:12 PM, "Owen O'Malley"  wrote:
> > >
> > > >All,
> > > >   As you are aware, we are in the last stages of removing the 
> > > >forked
> > ORC
> > > >code out of Hive. The goal of moving ORC out of Hive was to 
> > > >increase
> its
> > > >community and we want to be very deliberately inclusive of the 
> > > >Hive development community. Towards that end, the ORC PMC wants 
> > > >to welcome anyone who is already a Hive committer to become a committer 
> > > >on ORC.
> > > >
> > > >  Please respond on this thread to let us know if you are interested.
> > > >
> > > >Thanks,
> > > >   Owen on behalf of the ORC PMC
> > >
> >
>


RE: build bot on master

2016-10-31 Thread Xu, Cheng A
Yes, seems not stable.

-Original Message-
From: Sahil Takiar [mailto:takiar.sa...@gmail.com] 
Sent: Tuesday, November 1, 2016 5:34 AM
To: dev@hive.apache.org
Subject: Re: build bot on master

Seems to be happening again today.

On Fri, Oct 28, 2016 at 11:29 AM, Siddharth Seth  wrote:

> Restarted the ptest server. That normally fixes this error.
>
> On Fri, Oct 28, 2016 at 10:33 AM, Eugene Koifman 
>  >
> wrote:
>
> > Hi,
> > all test runs are failing with the error below.   Does anyone know how to
> > fix it?
> >
> > Thanks,
> > Eugene
> >
> > from https://builds.apache.org/view/H-L/view/Hive/job/
> > PreCommit-HIVE-Build/1866/console
> >
> >
> >
> >
> > Build/hive/build/hive/testutils/ptest2/target/lib/
> > guice-assistedinject-3.0.jar
> > [INFO] Copying velocity-1.7.jar to /home/jenkins/jenkins-slave/ 
> > workspace/PreCommit-HIVE-Build/hive/build/hive/
> > testutils/ptest2/target/lib/velocity-1.7.jar
> > [INFO] 
> > 
> > [INFO] BUILD SUCCESS
> > [INFO] 
> > 
> > [INFO] Total time: 10.833 s
> > [INFO] Finished at: 2016-10-28T15:57:26+00:00 [INFO] Final Memory: 
> > 29M/723M [INFO] 
> > 
> > 
> > + local 'PTEST_CLASSPATH=/home/jenkins/jenkins-slave/
> > workspace/PreCommit-HIVE-Build/hive/build/hive/
> > testutils/ptest2/target/hive-ptest-1.0-classes.jar:/home/
> > jenkins/jenkins-slave/workspace/PreCommit-HIVE-Build/hive/build/hive
> > /
> > testutils/ptest2/target/lib/*'
> > + java -cp '/home/jenkins/jenkins-slave/workspace/PreCommit-HIVE-
> > Build/hive/build/hive/testutils/ptest2/target/hive-
> > ptest-1.0-classes.jar:/home/jenkins/jenkins-slave/
> > workspace/PreCommit-HIVE-Build/hive/build/hive/
> testutils/ptest2/target/lib/*'
> > org.apache.hive.ptest.api.client.PTestClient --command testStart 
> > --outputDir /home/jenkins/jenkins-slave/workspace/PreCommit-HIVE-
> > Build/hive/build/hive/testutils/ptest2/target --password ''
> > --testHandle PreCommit-HIVE-Build-1866 --endpoint
> > http://104.198.109.242:8080/hive-ptest-1.0 --logsEndpoint 
> > http://104.198.109.242/logs/ --profile master-mr2 --patch 
> > https://issues.apache.org/jira/secure/attachment/
> > 12835837/HIVE-15093.1.patch --jira HIVE-15093
> >
> >
> > Logs are located: 
> > http://104.198.109.242/logs/PreCommit-HIVE-Build-1866
> >
> >
> > Exception in thread "main" java.lang.RuntimeException: 404 Not Found
> > at org.apache.hive.ptest.api.client.PTestClient.
> > downloadTestResults(PTestClient.java:189)
> > at org.apache.hive.ptest.api.client.PTestClient.testStart(
> > PTestClient.java:137)
> > at org.apache.hive.ptest.api.client.PTestClient.main(
> > PTestClient.java:320)
> > + ret=1
> > + unpack_test_results
> > + '[' -z /home/jenkins/jenkins-slave/workspace/PreCommit-HIVE-
> Build/hive/build
> > ']'
> > + cd /home/jenkins/jenkins-slave/workspace/PreCommit-HIVE-
> > Build/hive/build/hive/testutils/ptest2/target
> > + [[ -f test-results.tar.gz ]]
> > + exit 1
> > + rm -f /tmp/tmp.r59JTiDlN1
> > Build step 'Execute shell' marked build as failure Recording test 
> > results
> > ERROR: Step ?Publish JUnit test result report? failed: Test reports 
> > were found but none of them are new. Did tests run?
> > For example, /home/jenkins/jenkins-slave/workspace/PreCommit-HIVE-
> > Build/hive/build/test-results/TEST-1-TestCliDriver-udf_
> > upper.q-ctas_date.q-schema_evol_orc_acidvec_table_update.
> > q-and-27-more-TEST-org.apache.hadoop.hive.cli.TestCliDriver.xml is 2
> days
> > 19 hr old
> >
> > [description-setter] Description set > ci.org/search?query=[description-setter]%20Description%20set>:
> > HIVE-15093  /   master-mr2
> > Finished: FAILURE
> >
>



--
Sahil Takiar
Senior Software Engineer at LinkedIn
takiar.sa...@gmail.com | (510) 673-0309


Precommit failed to kick off since no space left in the server

2016-10-11 Thread Xu, Cheng A
Hi Sergio,
The precommit failed to kick off due to the following error. Can you help clean 
up the space? Thank you!


Caused by: 
java.io.IOException:
 remote file operation failed: 
/home/jenkins/jenkins-slave/workspace/PreCommit-HIVE-Build at 
hudson.remoting.Channel@38489bea:ubuntu-eu2: java.io.IOException: No space left 
on device

at 
hudson.FilePath.act(FilePath.java:1014)

at 
hudson.FilePath.act(FilePath.java:996)

at 
hudson.FilePath.createTextTempFile(FilePath.java:1384)

... 12 more

Caused by: 
java.io.IOException:
 No space left on device

at java.io.FileOutputStream.writeBytes(Native Method)

at java.io.FileOutputStream.write(FileOutputStream.java:345)

at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)

at sun.nio.cs.StreamEncoder.implClose(StreamEncoder.java:316)

at sun.nio.cs.StreamEncoder.close(StreamEncoder.java:149)

at java.io.OutputStreamWriter.close(OutputStreamWriter.java:233)

at hudson.FilePath$17.invoke(FilePath.java:1403)

at hudson.FilePath$17.invoke(FilePath.java:1384)

at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2772)

at hudson.remoting.UserRequest.perform(UserRequest.java:153)

at hudson.remoting.UserRequest.perform(UserRequest.java:50)

at hudson.remoting.Request$2.run(Request.java:332)

at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)

at java.util.concurrent.FutureTask.run(FutureTask.java:262)

at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

at java.lang.Thread.run(Thread.java:745)

at ..remote call to ubuntu-eu2(Native Method)

at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)

at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)

at hudson.remoting.Channel.call(Channel.java:781)

at hudson.FilePath.act(FilePath.java:1007)

... 14 more

Build step 'Execute shell' marked build as failure

Yours,
Ferdinand Xu


RE: [DISCUSS] Making storage-api a separately released artifact

2016-08-28 Thread Xu, Cheng A
Hi Sergio,
For vectorization, it works for most of types except decimal. For Hive row 
batch, it consists of an array of HiveDecimal which can't be initialized in 
Parquet side. We have to do a convert which will impact the performance.

-Original Message-
From: Sergio Pena [mailto:sergio.p...@cloudera.com] 
Sent: Saturday, August 27, 2016 3:59 AM
To: dev 
Subject: Re: [DISCUSS] Making storage-api a separately released artifact

Question:

Wouldn't be better to move part of the implementations to Orc, Parquet and 
Avro, and just have some interfaces and basic implementations on Hive? This way 
we could avoid Orc, Parquet and/or Avro to depend from Hive. I saw this on 
Parquet where they created a RowBatch class internally and returns that to 
Hive, then in Hive we will just bind it to the Hive vectorized interface to 
support vectorization. It justs an idea, I am not clear exactly what I am 
trying to say :)


On Fri, Aug 19, 2016 at 11:01 PM, Lefty Leverenz 
wrote:

> Sergey's idea is creative, although it leads to confusion about JIRA 
> fix versions.  Issues would be given fix versions based on assumptions 
> about whether SA or Hive will be released first.  (That's hard to 
> predict when it's months away.)
>
> Keeping the version numbers tied together is very appealing.  Would it 
> be possible to have incompatible changes in SA force a bump in the 
> Hive release number?  Hm, I guess that means Hive would need a release 
> at the same time as SA, but only for incompatible changes.
>
> What's the likelihood of another subproject getting spun off eventually?
> If that happened, the 4th minor version wouldn't make sense.  A 5th 
> minor version wouldn't work either.
>
> -- Lefty
>
>
> On Fri, Aug 19, 2016 at 9:46 PM, Sergey Shelukhin 
> 
> wrote:
>
> > I am suggesting we always skip the number. So only one component 
> > gets the next one :) In your example Hive trunk would be 2.3, and if 
> > SA is
> released
> > again it would become 2.4. Otherwise we’d need a compat table cause 
> > versions will be totally out of sync.
> >
> > On 16/8/19, 16:31, "Owen O'Malley"  wrote:
> >
> > >That won't necessarily work, especially in the beginning. If we 
> > >release
> SA
> > >2.2.0 and use it for Hive trunk with the assumption that the next 
> > >Hive release will be 2.2. What do we do when we need to make an 
> > >incompatible change in SA? I guess we could release SA as 2.3.0 and 
> > >when hive makes
> its
> > >next release skip over Hive 2.2 and go straight to Hive 2.3.0. In
> general
> > >I
> > >think that we'd be better off with the release numbers not tied
> together.
> > >
> > >.. Owen
> > >
> > >On Fri, Aug 19, 2016 at 4:14 PM, Sergey Shelukhin <
> ser...@hortonworks.com
> > >
> > >wrote:
> > >
> > >> Can we just run the versions thru? I.e. increment it every time 
> > >> but release only one component (or both if they happen to align I guess).
> > >> E.g. storage-api will be released at 2.2, and say 2.3 if it moves
> fast,
> > >> then Hive 2.4, then storage-api 2.5, etc.
> > >> That might make it easier to reason about compatibility because 
> > >>the order  is obvious.
> > >>
> > >> On 16/8/19, 09:04, "Sergio Pena"  wrote:
> > >>
> > >> >I see Parquet is currently using the SearchArgument class for
> > >>predicates
> > >> >push down.
> > >> >Will this class be part of the new sub-module or project?
> > >> >
> > >> >Following Sushanth idea, can we have other API interfaces in the 
> > >> >new project that other components can use?
> > >> >Perhaps having this may be a good reason to create a project.
> > >> >
> > >> >I'm -1 with the 4th minor version. As Owen mentioned, changing 
> > >> >the
> 4th
> > >> >version number for incompatible changes is ugly and confusing.
> > >> >I like the new project idea more, +1, but  the storage-api may 
> > >> >be too small for a new project.
> > >> >
> > >> >- Sergio
> > >> >
> > >> >On Wed, Aug 17, 2016 at 2:05 PM, Owen O'Malley 
> > >> >
> > >> wrote:
> > >> >
> > >> >> On Wed, Aug 17, 2016 at 10:46 AM, Alan Gates 
> > >> >>  >
> > >> >>wrote:
> > >> >>
> > >> >> > +1 for making the API clean and easy for other projects to 
> > >> >> > +work
> > >>with.
> > >> >> A
> > >> >> > few questions:
> > >> >> >
> > >> >> > 1) Would this also make it easier for Parquet and others to
> > >>implement
> > >> >> > Hive’s ACID interfaces?
> > >> >> >
> > >> >>
> > >> >> Currently the ACID interfaces haven't been moved over to
> storage-api,
> > >> >> although it would make sense to do so at some point.
> > >> >>
> > >> >>
> > >> >> >
> > >> >> > 2) Would we make any attempt to coordinate version numbers
> between
> > >> >>Hive
> > >> >> > and the storage module, or would a given version of Hive 
> > >> >> > just
> > >>depend
> > >> >>on a
> > >> >> > given version of the storage module?
> > >> >> >
> > >> >>
> > >> >> The two options that I see are:
> > >> >>
> > >> >> * Let the numbers run separately starting from 2.2.0.
> > >> >> * Tie the numbers together with an addi

RE: [Announce] New Hive Committer - Mohit Sabharwal

2016-07-03 Thread Xu, Cheng A
Congrats!!

-Original Message-
From: Jimmy Xiang [mailto:jxc...@gmail.com] 
Sent: Saturday, July 02, 2016 4:33 AM
To: dev@hive.apache.org
Cc: u...@hive.apache.org
Subject: Re: [Announce] New Hive Committer - Mohit Sabharwal

Congrats!!

On Fri, Jul 1, 2016 at 1:04 PM, Lenni Kuff  wrote:
> Congrats Mohit!
>
> On Fri, Jul 1, 2016 at 3:27 PM, Peter Vary  wrote:
>
>> Congratulations Mohit!
>> 2016. júl. 1. 19:10 ezt írta ("Vihang Karajgaonkar" > >):
>>
>> > Congratulations Mohit!
>> >
>> > > On Jul 1, 2016, at 10:05 AM, Chao Sun  wrote:
>> > >
>> > > Congratulations Mohit! Good job!
>> > >
>> > > Best,
>> > > Chao
>> > >
>> > > On Fri, Jul 1, 2016 at 9:57 AM, Szehon Ho > > > wrote:
>> > > On behalf of the Apache Hive PMC, I'm pleased to announce that Mohit
>> > Sabharwal has been voted a committer on the Apache Hive project.
>> > >
>> > > Please join me in congratulating Mohit !
>> > >
>> > > Thanks,
>> > > Szehon
>> > >
>> >
>> >
>>


RE: Assign JIRA to myself

2016-06-15 Thread Xu, Cheng A
Hi Peter,
You're not added as a contributor. Please see additional information at 
https://cwiki.apache.org/confluence/display/Hive/HowToContribute#HowToContribute-BecomingaContributor

From: Peter Vary [mailto:pv...@cloudera.com]
Sent: Thursday, June 16, 2016 12:15 AM
To: dev@hive.apache.org
Subject: Assign JIRA to myself

Hi everyone,

I am trying to assign a JIRA to myself, but could not (see: screenshot).
Can anyone help me there?

Thanks in advance,
Peter

[cid:image002.png@01D1C7AE.96BBEBF0]


RE: [ANNOUNCE] New Hive Committer - Yongzhi Chen

2015-11-03 Thread Xu, Cheng A
Congratulations Yongzhi !

-Original Message-
From: Sergio Pena [mailto:sergio.p...@cloudera.com] 
Sent: Wednesday, November 04, 2015 12:03 AM
To: dev@hive.apache.org
Subject: Re: [ANNOUNCE] New Hive Committer - Yongzhi Chen

Congratulations Yongzhi !!!

On Mon, Nov 2, 2015 at 10:57 PM, Chinna Rao Lalam < lalamchinnara...@gmail.com> 
wrote:

> Congrats Yongzhi!
>
> On Tue, Nov 3, 2015 at 12:37 AM, Lefty Leverenz 
> 
> wrote:
>
> > Congratulations Yongzhi!
> >
> > -- Lefty
> >
> > On Mon, Nov 2, 2015 at 1:19 PM, Vaibhav Gumashta < 
> > vgumas...@hortonworks.com>
> > wrote:
> >
> > > Congrats Yongzhi!
> > >
> > > ‹Vaibhav
> > >
> > > On 11/2/15, 9:56 AM, "Zhuoluo (Clark) Yang" 
> > > 
> > wrote:
> > >
> > > >Congrats
> > > >
> > > >Thanks,
> > > >Zhuoluo (Clark) Yang
> > > >
> > > >On Mon, Nov 2, 2015 at 9:54 AM, Jimmy Xiang 
> > wrote:
> > > >
> > > >> Congrats!
> > > >>
> > > >> On Mon, Nov 2, 2015 at 9:43 AM, Xuefu Zhang 
> > > >> 
> > > wrote:
> > > >>
> > > >> > Hi all,
> > > >> >
> > > >> > Apache Hive PMC has just voted to make Yongzhi Chen a new
> committer
> > on
> > > >> > Apache Hive Project.
> > > >> >
> > > >> > Please join me in congratulating Yongzhi!
> > > >> >
> > > >> > Thanks,
> > > >> >
> > > >> > Xuefu
> > > >> >
> > > >>
> > >
> > >
> >
>
>
>
> --
> Hope It Helps,
> Chinna
>


RE: [ANNOUNCE] New Hive PMC Chair - Ashutosh Chauhan

2015-09-16 Thread Xu, Cheng A
Congratulations, Ashutosh!

-Original Message-
From: Mohammad Islam [mailto:misla...@yahoo.com.INVALID] 
Sent: Thursday, September 17, 2015 8:23 AM
To: u...@hive.apache.org; Hive
Subject: Re: [ANNOUNCE] New Hive PMC Chair - Ashutosh Chauhan

Congratulations Asutosh! 


 On Wednesday, September 16, 2015 4:51 PM, Bright Ling 
 wrote:
   

 #yiv7221259285 #yiv7221259285 -- _filtered #yiv7221259285 
{font-family:SimSun;panose-1:2 1 6 0 3 1 1 1 1 1;} _filtered #yiv7221259285 
{font-family:PMingLiU;panose-1:2 2 5 0 0 0 0 0 0 0;} _filtered #yiv7221259285 
{panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv7221259285 
{font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv7221259285 
{font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;} _filtered #yiv7221259285 
{panose-1:2 2 5 0 0 0 0 0 0 0;} _filtered #yiv7221259285 {panose-1:2 1 6 0 3 1 
1 1 1 1;}#yiv7221259285 #yiv7221259285 p.yiv7221259285MsoNormal, #yiv7221259285 
li.yiv7221259285MsoNormal, #yiv7221259285 div.yiv7221259285MsoNormal 
{margin:0cm;margin-bottom:.0001pt;font-size:12.0pt;}#yiv7221259285 a:link, 
#yiv7221259285 span.yiv7221259285MsoHyperlink 
{color:blue;text-decoration:underline;}#yiv7221259285 a:visited, #yiv7221259285 
span.yiv7221259285MsoHyperlinkFollowed 
{color:purple;text-decoration:underline;}#yiv7221259285 
p.yiv7221259285MsoAcetate, #yiv7221259285 li.yiv7221259285MsoAcetate, 
#yiv7221259285 div.yiv7221259285MsoAcetate 
{margin:0cm;margin-bottom:.0001pt;font-size:8.0pt;}#yiv7221259285 
span.yiv7221259285EmailStyle17 {color:#1F497D;}#yiv7221259285 
span.yiv7221259285BalloonTextChar {}#yiv7221259285 .yiv7221259285MsoChpDefault 
{font-size:10.0pt;} _filtered #yiv7221259285 {margin:72.0pt 72.0pt 72.0pt 
72.0pt;}#yiv7221259285 div.yiv7221259285WordSection1 {}#yiv7221259285 
Congratulations Asutosh!       From: Sathi Chowdhury 
[mailto:sathi.chowdh...@lithium.com]
Sent: Thursday, 17 September 2015 8:04 AM
To: u...@hive.apache.org
Subject: Re: [ANNOUNCE] New Hive PMC Chair - Ashutosh Chauhan    Congrats 
Asutosh!    From:Sergey Shelukhin
Reply-To: "u...@hive.apache.org"
Date: Wednesday, September 16, 2015 at 2:31 PM
To: "u...@hive.apache.org"
Subject: Re: [ANNOUNCE] New Hive PMC Chair - Ashutosh Chauhan    Congrats!    
From:Alpesh Patel 
Reply-To: "u...@hive.apache.org" 
Date: Wednesday, September 16, 2015 at 13:24
To: "u...@hive.apache.org" 
Subject: Re: [ANNOUNCE] New Hive PMC Chair - Ashutosh Chauhan    
Congratulations Ashutosh    On Wed, Sep 16, 2015 at 1:23 PM, Pengcheng Xiong 
 wrote: Congratulations Ashutosh!    On Wed, Sep 16, 2015 at 
1:17 PM, John Pullokkaran  wrote: Congrats 
Ashutosh!    From:Vaibhav Gumashta 
Reply-To: "u...@hive.apache.org" 
Date: Wednesday, September 16, 2015 at 1:01 PM
To: "u...@hive.apache.org" , "dev@hive.apache.org" 

Cc: Ashutosh Chauhan 
Subject: Re: [ANNOUNCE] New Hive PMC Chair - Ashutosh Chauhan    Congrats 
Ashutosh!     —Vaibhav    From:Prasanth Jayachandran 

Reply-To: "u...@hive.apache.org" 
Date: Wednesday, September 16, 2015 at 12:50 PM
To: "dev@hive.apache.org" , "u...@hive.apache.org" 

Cc: "dev@hive.apache.org" , Ashutosh Chauhan 

Subject: Re: [ANNOUNCE] New Hive PMC Chair - Ashutosh Chauhan    
Congratulations Ashutosh!     

 On Wed, Sep 16, 2015 at 12:48 PM -0700, "Xuefu Zhang"  
wrote: Congratulations, Ashutosh!. Well-deserved.

Thanks to Carl also for the hard work in the past few years!

--Xuefu

On Wed, Sep 16, 2015 at 12:39 PM, Carl Steinbach  wrote:

> I am very happy to announce that Ashutosh Chauhan is taking over as 
> the new VP of the Apache Hive project. Ashutosh has been a longtime 
> contributor to Hive and has played a pivotal role in many of the major 
> advances that have been made over the past couple of years. Please 
> join me in congratulating Ashutosh on his new role!
>       

  


RE: [ANNOUNCE] New Hive PMC Member - Sushanth Sowmyan

2015-07-23 Thread Xu, Cheng A
Congrats!

-Original Message-
From: cwsteinb...@gmail.com [mailto:cwsteinb...@gmail.com] On Behalf Of Carl 
Steinbach
Sent: Thursday, July 23, 2015 12:45 AM
To: dev@hive.apache.org; Sushanth Sowmyan
Subject: [ANNOUNCE] New Hive PMC Member - Sushanth Sowmyan

I am pleased to announce that Sushanth Sowmyan has been elected to the Hive 
Project Management Committee. Please join me in congratulating Sushanth!

Thanks.

- Carl


RE: [ANNOUNCE] New Hive Committer - Pengcheng Xiong

2015-07-16 Thread Xu, Cheng A
Congrats!

-Original Message-
From: Sergey Shelukhin [mailto:ser...@hortonworks.com] 
Sent: Friday, July 17, 2015 6:58 AM
To: dev@hive.apache.org
Subject: Re: [ANNOUNCE] New Hive Committer - Pengcheng Xiong

Congrats!

On 15/7/16, 13:50, "Lefty Leverenz"  wrote:

>Kudos to Pengcheng!
>
>-- Lefty
>
>On Thu, Jul 16, 2015 at 2:44 PM, Sushanth Sowmyan 
>wrote:
>
>> Congrats, Pengcheng!
>> On Jul 16, 2015 11:17, "Prasanth Jayachandran" < 
>> pjayachand...@hortonworks.com> wrote:
>>
>> > Congrats Pengcheng!
>> >
>> > > On Jul 16, 2015, at 11:11 AM, Vikram Dixit K
>>
>> > wrote:
>> > >
>> > > Congratulations Pengcheng!
>> > >
>> > > On Thu, Jul 16, 2015 at 10:10 AM, Hari Subramaniyan < 
>> > > hsubramani...@hortonworks.com> wrote:
>> > >
>> > >> Congrats Pengcheng!
>> > >> 
>> > >> From: Chao Sun 
>> > >> Sent: Thursday, July 16, 2015 10:06 AM
>> > >> To: dev@hive.apache.org
>> > >> Subject: Re: [ANNOUNCE] New Hive Committer - Pengcheng Xiong
>> > >>
>> > >> Congrats Pengcheng!
>> > >>
>> > >> On Thu, Jul 16, 2015 at 10:03 AM, Szehon Ho 
>> > >> 
>> > wrote:
>> > >>
>> > >>> Congrats!
>> > >>>
>> > >>> On Thu, Jul 16, 2015 at 6:47 AM, Vaibhav Gumashta < 
>> > >>> vgumas...@hortonworks.com
>> >  wrote:
>> > >>>
>> >  Congrats Pengcheng!
>> > 
>> >  ‹Vaibhav
>> > 
>> >  On 7/16/15, 7:12 PM, "Chaoyu Tang"  wrote:
>> > 
>> > > Congratulations to Pengcheng!
>> > >
>> > > On Thu, Jul 16, 2015 at 9:10 AM, Xuefu Zhang
>>
>> > >>> wrote:
>> > >
>> > >> Congratulations, Pengcheng!
>> > >>
>> > >> On Thu, Jul 16, 2015 at 4:50 AM, Carl Steinbach
>>
>> > >>> wrote:
>> > >>
>> > >>> The Apache Hive PMC has voted to make Pengcheng Xiong a
>>committer
>> > >> on
>> > >> the
>> > >>> Apache Hive Project.
>> > >>>
>> > >>> Please join me in congratulating Pengcheng!
>> > >>>
>> > >>> Thanks.
>> > >>>
>> > >>> - Carl
>> > >>>
>> > >>
>> > 
>> > 
>> > >>>
>> > >>
>> > >
>> > >
>> > >
>> > > --
>> > > Nothing better than when appreciated for hard work.
>> > > -Mark
>> >
>> >
>>



RE: Only a small subset of Hive UTs are executed when running mvn test

2015-07-09 Thread Xu, Cheng A
The regexp is not correct. I have attached a patch to fix it. Please help me 
review it. Thank you!

-Original Message-
From: Thomas Friedrich [mailto:tfried...@yahoo.com.INVALID] 
Sent: Friday, July 10, 2015 12:55 PM
To: Sergey Shelukhin; dev@hive.apache.org
Subject: Re: Only a small subset of Hive UTs are executed when running mvn test

Thanks for confirming that this is a real issue. I opened HIVE-11225 to track 
it. 


 On Thursday, July 9, 2015 6:16 PM, Sergey Shelukhin 
 wrote:
   

 Can you file a bug? I noticed this too under itests when trying to run q file 
tests locally when HiveQA was down.
On 15/7/9, 17:59, "Eugene Koifman"  wrote:

>I¹ve noticed that not all test are run.
>
>For example ³mvn test -Phadoop-2² from ql/ only runs 30-40 Test*.java 
>files while there are 245 such files under ql/.
>Something similar happens under itests/
>
>On 7/9/15, 5:07 PM, "Thomas Friedrich" 
>wrote:
>
>>Hi, I am trying to run all the UTs on the master branch using the
>>hadoop-2 profilemvn test -Phadoop-2
>>but it only runs 272 tests:
>>org.apache.hive:hive-accumulo-handler 23 org.apache.hive:hive-common  
>>73 org.apache.hive:hive-contrib 6 org.apache.hive:hive-exec  168 
>>org.apache.hive:hive-serde  2 All other tests are skipped. This seems 
>>to be related to HIVE-10941 where an additional option to skip the 
>>Spark UTs was added. When I take out 
>>%regex[${skip.spark.files}]from the exclude list of 
>>tests, all tests are executed again.
>>Did anyone else run into this as well or am I missing something in my 
>>test command? This seems like a bug to me because HIVE-10477 mentions 
>>that by default the Spark tests should be included and no additional 
>>spark profile needs to be set.
>>In addition, HIVE-10941 should also update the documentation to 
>>explain the use of the spark-test profile.
>>https://cwiki.apache.org/confluence/display/Hive/HiveDeveloperFAQ#Hive
>>Dev
>>e
>>loperFAQ-Testing
>
>



  


RE: is HiveQA broken?

2015-07-07 Thread Xu, Cheng A
HiveQA is coming back to normal. Thanks guys!

-Original Message-
From: Szehon Ho [mailto:sze...@cloudera.com] 
Sent: Wednesday, July 08, 2015 7:08 AM
To: dev@hive.apache.org
Cc: Sergio Pena
Subject: Re: is HiveQA broken?

Sergio has uploaded a new image, we are looking at what happened.  Thanks, 
Sergio.

Sergey, it looks like the latest commit (HIVE-11013) doesn't compile as it was 
done without tests, can you take a look?

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project hive-exec: Compilation failure [ERROR] 
/data/hive-ptest/working/apache-github-source-source/ql/src/java/org/apache/hadoop/hive/ql/plan/MergeJoinWork.java:[149,38]
error: method getDummyOps() is already defined in class MergeJoinWork


Then we can resume the pre commit tests.

Thanks
Szehon

On Tue, Jul 7, 2015 at 12:13 PM, Szehon Ho  wrote:

> I am looking now into the issue, looks like it is looking for an AMI 
> image that is no longer there to spawn the slaves, will try to see 
> what is going on.
>
> Thanks
> Szehon
>
> On Tue, Jul 7, 2015 at 11:38 AM, Szehon Ho  wrote:
>
>> Yea you are right, somehow the server is not running the tests, hence 
>> no logs.  I will try to look at this today when I get a chance.
>>
>> Sergio can you also take a look if you have cycles?
>>
>> Thanks
>> Szehon
>>
>> On Tue, Jul 7, 2015 at 11:09 AM, Sergey Shelukhin 
>> > > wrote:
>>
>>> It looks like it’s downloading test logs from e.g.
>>>
>>> http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIV
>>> E-TRUNK
>>> -Build-4510
>>> >> VE-TRUNK-Build-4510>
>>>
>>> but there are no logs there. It also appears to happen pretty fast, 
>>> so testTailLog does nothing? It either returns prematurely or fails 
>>> quickly w/o logs.
>>>
>>> On 15/7/6, 19:03, "Sergey Shelukhin"  wrote:
>>>
>>> >Looks like last HiveQA failed again in the same way, not sure if it 
>>> >was before or after restart, what time zone is it in?
>>> >May that be related to recent Apache infra build changes?
>>> >
>>> >On 15/7/6, 17:24, "Szehon Ho"  wrote:
>>> >
>>> >>I am not sure what is going on.  Let me restart the Ptest server.
>>> >>
>>> >>On Mon, Jul 6, 2015 at 1:02 PM, Sergey Shelukhin <
>>> ser...@hortonworks.com>
>>> >>wrote:
>>> >>
>>> >>> Looks like all the runs are failing with:
>>> >>>
>>> >>> Exception in thread "main" java.lang.RuntimeException: 404 Not Found
>>> >>> at
>>> >>>
>>>
>>> >>>org.apache.hive.ptest.api.client.PTestClient.downloadTestResults(
>>> >>>PTestCl
>>> >>>i
>>> >>>en
>>> >>> t.java:181)
>>> >>> at
>>> >>>
>>>
>>> >>>org.apache.hive.ptest.api.client.PTestClient.testStart(PTestClient.java:
>>> >>>1
>>> >>>29
>>> >>> )
>>> >>> at
>>> >>>
>>> org.apache.hive.ptest.api.client.PTestClient.main(PTestClient.java:3
>>> 12)
>>> >>> + ret=1
>>> >>> + cd target/
>>> >>> + [[ -f test-results.tar.gz ]]
>>> >>> + exit 1
>>> >>> + rm -f /tmp/tmp.FayzMqy1oP
>>> >>> Build step 'Execute shell' marked build as failure Archiving 
>>> >>> artifacts Recording test results
>>> >>> Finished: FAILURE
>>> >>>
>>> >>>
>>> >>>
>>> >
>>>
>>>
>>
>


RE: [ANNOUNCE] New Hive Committers - Jesus Camacho Rodriguez and Chinna Rao Lalam

2015-06-28 Thread Xu, Cheng A
Congratulations to Jesus and Chinna!

Ferd

-Original Message-
From: Chaoyu Tang [mailto:ctang...@gmail.com] 
Sent: Sunday, June 28, 2015 9:13 PM
To: dev@hive.apache.org
Subject: Re: [ANNOUNCE] New Hive Committers - Jesus Camacho Rodriguez and 
Chinna Rao Lalam

Congratulations to Jesus and Chinna!

Choayu


On Sat, Jun 27, 2015 at 4:16 AM, Chinna Rao Lalam < lalamchinnara...@gmail.com> 
wrote:

> Thank you everyone. I'm excited to continue contributing to the Hive 
> community.
>
> Congrats to Jesus.
>
> Regards,
> Chinna
>
> On Sat, Jun 27, 2015 at 11:18 AM, Lefty Leverenz 
> 
> wrote:
>
> > Congratulations China and Jesus, and thanks for all your contributions!
> >
> > -- Lefty
> >
> > On Fri, Jun 26, 2015 at 7:01 PM, Sergio Pena 
> > 
> > wrote:
> >
> > > Congratulations China and Jesus !!!.
> > >
> > > - Sergio
> > >
> > > On Fri, Jun 26, 2015 at 1:57 PM, Carl Steinbach 
> wrote:
> > >
> > > > On behalf of the Apache Hive PMC I am pleased to announce that 
> > > > Jesus Camacho Rodriguez and Chinna Rao Lalam have been voted in 
> > > > as
> > committers.
> > > >
> > > > Please join me in congratulating Jesus and Chinna!
> > > >
> > > > Thanks.
> > > >
> > > > - Carl
> > > >
> > >
> >
>
>
>
> --
> Hope It Helps,
> Chinna
>


RE: [ANNOUNCE] New Hive PMC Members - Chao Sun and Gopal Vijayaraghavan

2015-06-10 Thread Xu, Cheng A
Congrats!

-Original Message-
From: Naveen Gangam [mailto:ngan...@cloudera.com] 
Sent: Thursday, June 11, 2015 8:30 AM
To: dev@hive.apache.org
Subject: Re: [ANNOUNCE] New Hive PMC Members - Chao Sun and Gopal Vijayaraghavan

Congrats Chao and Gopal.

On Wed, Jun 10, 2015 at 7:53 PM, Chao Sun  wrote:

> Thanks everyone! I feel honored! Also congratulations to Gopal!
>
> Best,
> Chao
>
> On Wed, Jun 10, 2015 at 4:01 PM, Alexander Pivovarov 
>  >
> wrote:
>
> > Congratulations to both of you!!!
> >
> > On Wed, Jun 10, 2015 at 3:26 PM, Gopal Vijayaraghavan 
> >  >
> > wrote:
> >
> > > Hi,
> > >
> > > Thanks everyone and Congratulations to Chao!
> > >
> > > Cheers,
> > > Gopal
> > >
> > > On 6/10/15, 2:20 PM, "Carl Steinbach"  wrote:
> > >
> > > >I am pleased to announce that Chao Sun and Gopal Vijayaraghavan 
> > > >have
> > been
> > > >elected to the Hive Project Management Committee. Please join me 
> > > >in congratulating Chao and Gopal!
> > > >
> > > >Thanks.
> > > >
> > > >- Carl
> > >
> > >
> > >
> >
>


RE: [ANNOUNCE] New Hive Committers - Cheng Xu, Dong Chen, and Hari Sankar Sivarama Subramaniyan

2015-05-11 Thread Xu, Cheng A
Thanks guys. I will continue to strive for more contributions to HIVE project 
:) 

-Original Message-
From: Thejas Nair [mailto:thejas.n...@gmail.com] 
Sent: Tuesday, May 12, 2015 7:52 AM
To: dev
Cc: Chen, Dong1; Xu, Cheng A; Hari Subramaniyan
Subject: Re: [ANNOUNCE] New Hive Committers - Cheng Xu, Dong Chen, and Hari 
Sankar Sivarama Subramaniyan

Congrats! Looking forward to more contributions (including code reviews)!


On Mon, May 11, 2015 at 4:38 PM, Vikram Dixit K  wrote:
> Congrats guys!
>
> On Mon, May 11, 2015 at 2:34 PM, Sushanth Sowmyan  wrote:
>> Congratulations, and thank you for your contributions! :)
>>
>> On Mon, May 11, 2015 at 2:17 PM, Sergio Pena  
>> wrote:
>>> Congratulations Guys !!! :)
>>>
>>> On Mon, May 11, 2015 at 3:54 PM, Carl Steinbach  wrote:
>>>
>>>> The Apache Hive PMC has voted to make Cheng Xu, Dong Chen, and Hari 
>>>> Sankar Sivarama Subramaniyan committers on the Apache Hive Project.
>>>>
>>>> Please join me in congratulating Cheng, Dong, and Hari!
>>>>
>>>> Thanks.
>>>>
>>>> - Carl
>>>>
>
>
>
> --
> Nothing better than when appreciated for hard work.
> -Mark


RE: [ANNOUNCE] New Hive Committer - Alex Pivovarov

2015-04-29 Thread Xu, Cheng A
Congratulations Alex!

-Original Message-
From: Lefty Leverenz [mailto:leftylever...@gmail.com] 
Sent: Thursday, April 30, 2015 8:46 AM
To: dev@hive.apache.org
Subject: Re: [ANNOUNCE] New Hive Committer - Alex Pivovarov

Congratulations Alex!

-- Lefty

On Wed, Apr 29, 2015 at 8:41 PM, Vaibhav Gumashta  wrote:

> Congrats Alex!
>
>
>
>
>
> On Wed, Apr 29, 2015 at 5:26 PM -0700, "Alexander Pivovarov" < 
> apivova...@gmail.com> wrote:
>
> Thank you Everyone!
> Do you know where I can get my lightsaber?
>
> On Wed, Apr 29, 2015 at 1:19 PM, Thejas Nair 
> wrote:
>
> > Congrats Alex!
> >
> > On Wed, Apr 29, 2015 at 12:37 PM, Jason Dere 
> > wrote:
> > > Congrats Alex!
> > >
> > > On Apr 29, 2015, at 12:35 PM, Chao Sun 
> > >  wrote:
> > >
> > >> Congrats Alex! Well done!
> > >>
> > >> On Wed, Apr 29, 2015 at 12:32 PM, Prasanth Jayachandran < 
> > >> pjayachand...@hortonworks.com> wrote:
> > >>
> > >>> Congratulations Alex!
> > >>>
> >  On Apr 29, 2015, at 12:17 PM, Eugene Koifman <
> > ekoif...@hortonworks.com>
> > >>> wrote:
> > 
> >  Congratulations!
> > 
> >  On 4/29/15, 12:14 PM, "Carl Steinbach"  wrote:
> > 
> > > The Apache Hive PMC has voted to make Alex Pivovarov a 
> > > committer on
> > the
> > > Apache Hive Project.
> > >
> > > Please join me in congratulating Alex!
> > >
> > > Thanks.
> > >
> > > - Carl
> > 
> > >>>
> > >>>
> > >>
> > >>
> > >> --
> > >> Best,
> > >> Chao
> > >
> >
>


RE: hive contributor meetup in bay area

2015-04-21 Thread Xu, Cheng A
Hi Thejas, could you post the slides in advance on the wiki 
https://cwiki.apache.org/confluence/display/Hive/Presentations if you have?

-Original Message-
From: Thejas Nair [mailto:thejas.n...@gmail.com] 
Sent: Wednesday, April 22, 2015 9:35 AM
To: dev
Subject: Re: hive contributor meetup in bay area

I have also created a webex link for those who are unable to attend in person - 
http://www.meetup.com/Hive-Contributors-Group/events/221610423/

Please RSVP yes ONLY if you are planning to attend in person.


On Tue, Apr 21, 2015 at 4:49 PM, Thejas Nair  wrote:
> FYI, there is contributor meetup being hosted tomorrow evening at the 
> Hortonworks office in Santa Clara, CA
>
> http://www.meetup.com/Hive-Contributors-Group/events/221610423/
>
> Please RSVP in the meetup page if you would like to attend.
>
> Thanks,
> Thejas


RE: [ANNOUNCE] New Hive Committer - Mithun Radhakrishnan

2015-04-14 Thread Xu, Cheng A
Congrats Mithun!

From: Gunther Hagleitner [mailto:ghagleit...@hortonworks.com]
Sent: Wednesday, April 15, 2015 8:10 AM
To: dev@hive.apache.org; Chris Drome; u...@hive.apache.org
Cc: mit...@apache.org
Subject: Re: [ANNOUNCE] New Hive Committer - Mithun Radhakrishnan


Congrats Mithun!



Thanks,

Gunther.


From: Chao Sun mailto:c...@cloudera.com>>
Sent: Tuesday, April 14, 2015 3:48 PM
To: dev@hive.apache.org; Chris Drome
Cc: u...@hive.apache.org; 
mit...@apache.org
Subject: Re: [ANNOUNCE] New Hive Committer - Mithun Radhakrishnan

Congrats Mithun!

On Tue, Apr 14, 2015 at 3:29 PM, Chris Drome 
mailto:cdr...@yahoo-inc.com.invalid>> wrote:
Congratulations Mithun!



 On Tuesday, April 14, 2015 2:57 PM, Carl Steinbach 
mailto:c...@apache.org>> wrote:


 The Apache Hive PMC has voted to make Mithun Radhakrishnan a committer on the 
Apache Hive Project.
Please join me in congratulating Mithun.
Thanks.
- Carl






--
Best,
Chao


RE: Request for feedback on work intent for non-equijoin support

2015-04-08 Thread Xu, Cheng A
You can start your work from JoinOperator. Before that, you should follow the 
steps in https://cwiki.apache.org/confluence/display/Hive/GettingStarted 

-Original Message-
From: andres.qui...@parc.com [mailto:andres.qui...@parc.com] 
Sent: Wednesday, April 08, 2015 8:49 PM
To: dev@hive.apache.org
Subject: RE: Request for feedback on work intent for non-equijoin support

So, I'd like to get started on this. The description in the design doc and the 
theta join paper from Northeastern seem like a good place to start, to have a 
baseline that I can later use for the more specific join algorithms I want to 
try. 

I created a JIRA account, and my username is Andres.Quiroz

Brock, since I'm completely new to this code, could you (or anyone else) please 
point me to the relevant modules to start learning and ramping up? Also, please 
let me know if I can contact you directly for discussing this specific topic, 
or if I should always send a message to the mailing list.

Thank you,

Andrés

-Original Message-
From: andres.qui...@parc.com [mailto:andres.qui...@parc.com]
Sent: Thursday, April 02, 2015 9:07 AM
To: dev@hive.apache.org
Subject: RE: Request for feedback on work intent for non-equijoin support

This is a great pointer, Szehon and Brock, thank you. I will catch up with the 
material on theta joins and circle back.

Andrés

-Original Message-
From: Brock Noland [mailto:br...@apache.org]
Sent: Thursday, April 02, 2015 1:31 AM
To: dev@hive.apache.org
Subject: Re: Request for feedback on work intent for non-equijoin support

Nice, it'd be great if someone finally implemented this :)

On Wed, Apr 1, 2015 at 10:10 PM, Szehon Ho  wrote:
> From Hive side, there has been some thought on the subject here:
> https://cwiki.apache.org/confluence/display/Hive/Theta+Join, it has 
> some ideas but nobody has gotten around to giving it a try.  It might 
> be of interest.
>
> Thanks
> Szehon
>
>
> On Wed, Apr 1, 2015 at 10:05 PM, Lefty Leverenz 
> 
> wrote:
>
>> D'oh!  Thanks Chao.
>>
>> -- Lefty
>>
>> On Thu, Apr 2, 2015 at 12:59 AM, Chao Sun  wrote:
>>
>> > Hey Lefty,
>> >
>> > You need to use the ftp protocol, not http.
>> > After clicking the link, you'll need to remove "http://"; from the
>> address
>> > bar.
>> >
>> > Best,
>> > Chao
>> >
>> > On Wed, Apr 1, 2015 at 9:41 PM, Lefty Leverenz 
>> > 
>> > wrote:
>> >
>> > > Andrés, I followed that link and got the dread 404 Not Found:
>> > >
>> > > "The requested URI /pub/torres/Hiperfuse/extended_hiperfuse.pdf
>> > > was not found on this server."
>> > >
>> > > -- Lefty
>> > >
>> > > On Wed, Apr 1, 2015 at 7:23 PM,  wrote:
>> > >
>> > > > Dear Lefty,
>> > > >
>> > > > Thank you very much for pointing that out and for your initial
>> > pointers.
>> > > > Here is the missing link:
>> > > >
>> > > > ftp.parc.com/pub/torres/Hiperfuse/extended_hiperfuse.pdf
>> > > >
>> > > > Regards,
>> > > >
>> > > > Andrés
>> > > >
>> > > > -Original Message-
>> > > > From: Lefty Leverenz [mailto:leftylever...@gmail.com]
>> > > > Sent: Wednesday, April 01, 2015 12:48 AM
>> > > > To: dev@hive.apache.org
>> > > > Subject: Re: Request for feedback on work intent for 
>> > > > non-equijoin
>> > support
>> > > >
>> > > > Hello Andres, the link to your paper is missing:
>> > > >
>> > > > In our preliminary work, which you can find here (pointer to 
>> > > > the
>> paper)
>> > > ...
>> > > >
>> > > >
>> > > > You can find general information about contributing to Hive in 
>> > > > the
>> > > > wiki:  Resources
>> > > > for Contributors
>> > > > <
>> > > >
>> > >
>> >
>> https://cwiki.apache.org/confluence/display/Hive/Home#Home-Resourcesf
>> orContributors
>> > > > >
>> > > > , How to Contribute
>> > > > .
>> > > >
>> > > > -- Lefty
>> > > >
>> > > > On Tue, Mar 31, 2015 at 10:42 PM,  wrote:
>> > > >
>> > > > >  Dear Hive development community members,
>> > > > >
>> > > > >
>> > > > >
>> > > > > I am interested in learning more about the current support 
>> > > > > for non-equijoins in Hive and/or other Hadoop SQL engines, 
>> > > > > and in
>> getting
>> > > > > feedback about community interest in more extensive support 
>> > > > > for
>> such
>> > a
>> > > > > feature. I intend to work on this challenge, assuming people 
>> > > > > find
>> it
>> > > > > compelling, and I intend to contribute results to the community.
>> > Where
>> > > > > possible, it would be great to receive feedback and engage in 
>> > > > > collaborations along the way (for a bit more context, see the 
>> > > > > postscript of this message).
>> > > > >
>> > > > >
>> > > > >
>> > > > > My initial goal is to support query conditions such as the
>> following:
>> > > > >
>> > > > >
>> > > > >
>> > > > > A.x < B.y
>> > > > >
>> > > > > A.x in_range [B.y, B.z]
>> > > > >
>> > > > > distance(A.x, B.y) < D
>> > > > >
>> > > > >
>> > > > >
>> > > > > where A and B are distinct tables/files. It is my 
>> > > > > understanding
>> that
>

RE: [ANNOUNCE] New Hive Committers - Jimmy Xiang, Matt McCline, and Sergio Pena

2015-03-23 Thread Xu, Cheng A
Congratulations!!!

From: @Sanjiv Singh [mailto:sanjiv.is...@gmail.com]
Sent: Tuesday, March 24, 2015 12:45 PM
To: u...@hive.apache.org
Cc: dev@hive.apache.org; mmccl...@hortonworks.com; jxi...@apache.org; 
sergio.p...@cloudera.com
Subject: Re: [ANNOUNCE] New Hive Committers - Jimmy Xiang, Matt McCline, and 
Sergio Pena

Congratulations !!!

Regards
Sanjiv Singh
Mob :  +091 9990-447-339

On Mon, Mar 23, 2015 at 11:38 PM, Carl Steinbach 
mailto:c...@apache.org>> wrote:
The Apache Hive PMC has voted to make Jimmy Xiang, Matt McCline, and Sergio 
Pena committers on the Apache Hive Project.

Please join me in congratulating Jimmy, Matt, and Sergio.

Thanks.

- Carl




RE: [ANNOUNCE] New Hive Committers -- Chao Sun, Chengxiang Li, and Rui Li

2015-02-10 Thread Xu, Cheng A
Congrats!

-Original Message-
From: Li, Rui [mailto:rui...@intel.com] 
Sent: Wednesday, February 11, 2015 10:26 AM
To: u...@hive.apache.org; dev@hive.apache.org
Subject: RE: [ANNOUNCE] New Hive Committers -- Chao Sun, Chengxiang Li, and Rui 
Li

Thanks guys. It's a great honor!

Cheers,
Rui Li


-Original Message-
From: Vaibhav Gumashta [mailto:vgumas...@hortonworks.com] 
Sent: Tuesday, February 10, 2015 6:12 AM
To: u...@hive.apache.org; dev@hive.apache.org
Subject: Re: [ANNOUNCE] New Hive Committers -- Chao Sun, Chengxiang Li, and Rui 
Li

Congratulations to all.

 wrote:

>Congratulations!
>
>> On Feb 9, 2015, at 1:57 PM, Na Yang  wrote:
>> 
>> Congratulations!
>> 
>> On Mon, Feb 9, 2015 at 1:06 PM, Vikram Dixit K 
>> wrote:
>> 
>>> Congrats guys!
>>> 
>>> On Mon, Feb 9, 2015 at 12:42 PM, Szehon Ho  wrote:
>>> 
 Congratulations guys !
 
 On Mon, Feb 9, 2015 at 3:38 PM, Jimmy Xiang 
wrote:
 
> Congrats!!
> 
> On Mon, Feb 9, 2015 at 12:36 PM, Alexander Pivovarov <
 apivova...@gmail.com
>> 
> wrote:
> 
>> Congrats!
>> 
>> On Mon, Feb 9, 2015 at 12:31 PM, Carl Steinbach 
 wrote:
>> 
>>> The Apache Hive PMC has voted to make Chao Sun, Chengxiang Li, and
>>> Rui
> Li
>>> committers on the Apache Hive Project.
>>> 
>>> Please join me in congratulating Chao, Chengxiang, and Rui!
>>> 
>>> Thanks.
>>> 
>>> - Carl
>>> 
>>> 
>> 
> 
 
>>> 
>>> 
>>> 
>>> --
>>> Nothing better than when appreciated for hard work.
>>> -Mark
>>> 
>



hive contributor

2014-07-28 Thread Xu, Cheng A
Hi,
My username is xu.

Regards,
Ferdinand Xu



want to be a contributor

2014-07-28 Thread Xu, Cheng A


Regards,
Ferdinand Xu