[jira] [Commented] (HIVE-14443) Improve ide support

2016-08-18 Thread Zoltan Haindrich (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-14443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15427032#comment-15427032
 ] 

Zoltan Haindrich commented on HIVE-14443:
-

[~sseth] i've opened HIVE-14572 ... and done a more accurate measurement

> Improve ide support
> ---
>
> Key: HIVE-14443
> URL: https://issues.apache.org/jira/browse/HIVE-14443
> Project: Hive
>  Issue Type: Improvement
>  Components: Tests
>Reporter: Zoltan Haindrich
>
> this is an umbrella ticket to enable collaboration between us...
> I think that the ability to execute qtests from eclipse or idea would be a 
> reasonable goal ;)
> feel free to add subtasks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-14443) Improve ide support

2016-08-17 Thread Siddharth Seth (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-14443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15425885#comment-15425885
 ] 

Siddharth Seth commented on HIVE-14443:
---

Thanks for investigating [~kgyrtkirk]. I suspect it's picking up the value from 
one file as well. I looked for changes under ptest; there hasn't been anything 
there for a while. It's likely the surefire version change. I'll look some more 
as well.

bq. hey produced "different" timings...but I think both output timings are 
bad/strange...
Could you elaborate on this please? Why do you think both are bad/strange?

> Improve ide support
> ---
>
> Key: HIVE-14443
> URL: https://issues.apache.org/jira/browse/HIVE-14443
> Project: Hive
>  Issue Type: Improvement
>  Components: Tests
>Reporter: Zoltan Haindrich
>
> this is an umbrella ticket to enable collaboration between us...
> I think that the ability to execute qtests from eclipse or idea would be a 
> reasonable goal ;)
> feel free to add subtasks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-14443) Improve ide support

2016-08-17 Thread Siddharth Seth (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-14443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15425886#comment-15425886
 ] 

Siddharth Seth commented on HIVE-14443:
---

Thanks for investigating [~kgyrtkirk]. I suspect it's picking up the value from 
one file as well. I looked for changes under ptest; there hasn't been anything 
there for a while. It's likely the surefire version change. I'll look some more 
as well.

bq. hey produced "different" timings...but I think both output timings are 
bad/strange...
Could you elaborate on this please? Why do you think both are bad/strange?

> Improve ide support
> ---
>
> Key: HIVE-14443
> URL: https://issues.apache.org/jira/browse/HIVE-14443
> Project: Hive
>  Issue Type: Improvement
>  Components: Tests
>Reporter: Zoltan Haindrich
>
> this is an umbrella ticket to enable collaboration between us...
> I think that the ability to execute qtests from eclipse or idea would be a 
> reasonable goal ;)
> feel free to add subtasks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-14443) Improve ide support

2016-08-17 Thread Zoltan Haindrich (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-14443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15424748#comment-15424748
 ] 

Zoltan Haindrich commented on HIVE-14443:
-

[~sseth] i've run some preliminary builds using 2.16 and 2.19.1 surefire - 
simulating manually the ptest behaviour

they produced "different" timings...but I think both output timings are 
bad/strange... 

I think it might be a good start to look into this jenkins plugin's source...


> Improve ide support
> ---
>
> Key: HIVE-14443
> URL: https://issues.apache.org/jira/browse/HIVE-14443
> Project: Hive
>  Issue Type: Improvement
>  Components: Tests
>Reporter: Zoltan Haindrich
>
> this is an umbrella ticket to enable collaboration between us...
> I think that the ability to execute qtests from eclipse or idea would be a 
> reasonable goal ;)
> feel free to add subtasks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-14443) Improve ide support

2016-08-17 Thread Zoltan Haindrich (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-14443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15424521#comment-15424521
 ] 

Zoltan Haindrich commented on HIVE-14443:
-

[~sseth] I guess these patches have nothing to do with that ;)

...but I've seen this "effect" earlier elsewhere: my theory is that jenkins 
aggregates this report from individual test-xml's and each of them contains a 
calculated "total runtime" -I guess it assumes that a single testclass will 
appear in at most in 1 xml fileand uses 1 from these aggregates to show the 
runtime of the testclass...but the package level "time" is correct - so they 
eventually aggregate the right values also somewhere ;)

now that i'm writing this...it might worth a try without the maven-surefire 
update...possibly earlier surefire plugin might not provided the aggregate 
value...that could explain these wrong values.


> Improve ide support
> ---
>
> Key: HIVE-14443
> URL: https://issues.apache.org/jira/browse/HIVE-14443
> Project: Hive
>  Issue Type: Improvement
>  Components: Tests
>Reporter: Zoltan Haindrich
>
> this is an umbrella ticket to enable collaboration between us...
> I think that the ability to execute qtests from eclipse or idea would be a 
> reasonable goal ;)
> feel free to add subtasks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-14443) Improve ide support

2016-08-16 Thread Siddharth Seth (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-14443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15423721#comment-15423721
 ] 

Siddharth Seth commented on HIVE-14443:
---

The times reported on jenkins are incorrect. Any ideas if a commit here may 
have caused that?

https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/898/testReport/org.apache.hadoop.hive.cli/
 - CliDriver reported as 2m24. There's individual tests under that which take 
longer.

> Improve ide support
> ---
>
> Key: HIVE-14443
> URL: https://issues.apache.org/jira/browse/HIVE-14443
> Project: Hive
>  Issue Type: Improvement
>  Components: Tests
>Reporter: Zoltan Haindrich
>
> this is an umbrella ticket to enable collaboration between us...
> I think that the ability to execute qtests from eclipse or idea would be a 
> reasonable goal ;)
> feel free to add subtasks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-14443) Improve ide support

2016-08-05 Thread Zoltan Haindrich (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-14443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410259#comment-15410259
 ] 

Zoltan Haindrich commented on HIVE-14443:
-

[~spena] of course...i've added it; i think those maven vs ide related 
experiences will be very useful

> Improve ide support
> ---
>
> Key: HIVE-14443
> URL: https://issues.apache.org/jira/browse/HIVE-14443
> Project: Hive
>  Issue Type: Improvement
>  Components: Tests
>Reporter: Zoltan Haindrich
>
> this is an umbrella ticket to enable collaboration between us...
> I think that the ability to execute qtests from eclipse or idea would be a 
> reasonable goal ;)
> feel free to add subtasks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-14443) Improve ide support

2016-08-05 Thread JIRA

[ 
https://issues.apache.org/jira/browse/HIVE-14443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409993#comment-15409993
 ] 

Sergio Peña commented on HIVE-14443:


[~kgyrtkirk] I think HIVE-12033 jira would be a good thing to add as subtask 
here. I was trying to remove ANT from q-test. Testing on IntelliJ was useful 
with the patch attached to it, but I had some issues with a hadoop script. 
There are more comments on the jira.

> Improve ide support
> ---
>
> Key: HIVE-14443
> URL: https://issues.apache.org/jira/browse/HIVE-14443
> Project: Hive
>  Issue Type: Improvement
>  Components: Tests
>Reporter: Zoltan Haindrich
>
> this is an umbrella ticket to enable collaboration between us...
> I think that the ability to execute qtests from eclipse or idea would be a 
> reasonable goal ;)
> feel free to add subtasks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)