[GitHub] incubator-hawq issue #1223: HAWQ-1439. tolerate system time being changed to...

2017-04-24 Thread paul-guo-
Github user paul-guo- commented on the issue:

https://github.com/apache/incubator-hawq/pull/1223
  
This is a workaround. A better solution seems to use the relative time 
based on H/W tick. I'd test to use clock_gettime() to replace gettimeofday() if 
clock_gettime() exists. 


---
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 but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-1293) docs - tag the deprecated GUCs as such

2017-04-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982149#comment-15982149
 ] 

ASF GitHub Bot commented on HAWQ-1293:
--

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-hawq-docs/pull/91


> docs - tag the deprecated GUCs as such
> --
>
> Key: HAWQ-1293
> URL: https://issues.apache.org/jira/browse/HAWQ-1293
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Lisa Owen
>Assignee: David Yozie
>Priority: Minor
>
> DEPRECATED GUC: should be in doc and mention that they are deprecated; should 
> show in hawq config
> guc.c identifies the following documented GUCs as deprecated:
> - work_mem
> - gp_interconnect_setup_timeout
> the following deprecated GUCS are not currently documented:
> - gp_eager_hashtable_release
> - max_work_mem
> - gp_hashagg_compress_spill_files
> tag the documented deprecated GUCs as such.  deprecated GUCs that are not 
> documented will continue to not be documented!



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (HAWQ-1296) HAWQ "Getting Started" guide

2017-04-24 Thread Lisa Owen (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lisa Owen closed HAWQ-1296.
---

> HAWQ "Getting Started" guide
> 
>
> Key: HAWQ-1296
> URL: https://issues.apache.org/jira/browse/HAWQ-1296
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Lisa Owen
>Assignee: David Yozie
>Priority: Minor
> Fix For: 2.3.0.0-incubating
>
>
> create a "HAWQ in 15 minutes" sort of guide/tutorial that introduces basic 
> HAWQ concepts including the runtime environment, admin, HAWQ-managed 
> databases and tables, and PXF access to external data.  the guide should 
> include relevant exercises that inform the user in each of these areas.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (HAWQ-1296) HAWQ "Getting Started" guide

2017-04-24 Thread Lisa Owen (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lisa Owen resolved HAWQ-1296.
-
   Resolution: Fixed
Fix Version/s: 2.3.0.0-incubating

PR merged; resolving and closing.

> HAWQ "Getting Started" guide
> 
>
> Key: HAWQ-1296
> URL: https://issues.apache.org/jira/browse/HAWQ-1296
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Lisa Owen
>Assignee: David Yozie
>Priority: Minor
> Fix For: 2.3.0.0-incubating
>
>
> create a "HAWQ in 15 minutes" sort of guide/tutorial that introduces basic 
> HAWQ concepts including the runtime environment, admin, HAWQ-managed 
> databases and tables, and PXF access to external data.  the guide should 
> include relevant exercises that inform the user in each of these areas.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HAWQ-1296) HAWQ "Getting Started" guide

2017-04-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982133#comment-15982133
 ] 

ASF GitHub Bot commented on HAWQ-1296:
--

Github user lisakowen closed the pull request at:

https://github.com/apache/incubator-hawq-docs/pull/98


> HAWQ "Getting Started" guide
> 
>
> Key: HAWQ-1296
> URL: https://issues.apache.org/jira/browse/HAWQ-1296
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Lisa Owen
>Assignee: David Yozie
>Priority: Minor
>
> create a "HAWQ in 15 minutes" sort of guide/tutorial that introduces basic 
> HAWQ concepts including the runtime environment, admin, HAWQ-managed 
> databases and tables, and PXF access to external data.  the guide should 
> include relevant exercises that inform the user in each of these areas.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HAWQ-1432) document HAWQ's directory structure in HDFS

2017-04-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982063#comment-15982063
 ] 

ASF GitHub Bot commented on HAWQ-1432:
--

Github user lisakowen closed the pull request at:

https://github.com/apache/incubator-hawq-docs/pull/118


> document HAWQ's directory structure in HDFS
> ---
>
> Key: HAWQ-1432
> URL: https://issues.apache.org/jira/browse/HAWQ-1432
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Lisa Owen
>Assignee: David Yozie
>Priority: Minor
> Fix For: 2.3.0.0-incubating
>
>
> add some documentation describing the HAWQ directory structure in HDFS and 
> how to locate the files for a specific table.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (HAWQ-1432) document HAWQ's directory structure in HDFS

2017-04-24 Thread Lisa Owen (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lisa Owen closed HAWQ-1432.
---

> document HAWQ's directory structure in HDFS
> ---
>
> Key: HAWQ-1432
> URL: https://issues.apache.org/jira/browse/HAWQ-1432
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Lisa Owen
>Assignee: David Yozie
>Priority: Minor
> Fix For: 2.3.0.0-incubating
>
>
> add some documentation describing the HAWQ directory structure in HDFS and 
> how to locate the files for a specific table.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (HAWQ-1432) document HAWQ's directory structure in HDFS

2017-04-24 Thread Lisa Owen (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lisa Owen resolved HAWQ-1432.
-
   Resolution: Fixed
Fix Version/s: 2.3.0.0-incubating

PR merged, resolving and closing.

> document HAWQ's directory structure in HDFS
> ---
>
> Key: HAWQ-1432
> URL: https://issues.apache.org/jira/browse/HAWQ-1432
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Lisa Owen
>Assignee: David Yozie
>Priority: Minor
> Fix For: 2.3.0.0-incubating
>
>
> add some documentation describing the HAWQ directory structure in HDFS and 
> how to locate the files for a specific table.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HAWQ-1439) tolerate system time being changed to earlier point when checking resource context timeout

2017-04-24 Thread Yi Jin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yi Jin updated HAWQ-1439:
-
Summary: tolerate system time being changed to earlier point when checking 
resource context timeout  (was: tolerate system time changed to earlier point 
when checking resource context timeout)

> tolerate system time being changed to earlier point when checking resource 
> context timeout
> --
>
> Key: HAWQ-1439
> URL: https://issues.apache.org/jira/browse/HAWQ-1439
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Resource Manager
>Reporter: Yi Jin
>Assignee: Yi Jin
> Fix For: 2.3.0.0-incubating
>
>
> When the system time is changed to an earlier point, the resource context 
> maybe timed out because the context's latest action time is larger than 
> checking time.
> This fix is to adjust latest action time to new system time when it is 
> adjusted to earlier point.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] incubator-hawq issue #1223: HAWQ-1439. tolerate system time being changed to...

2017-04-24 Thread jiny2
Github user jiny2 commented on the issue:

https://github.com/apache/incubator-hawq/pull/1223
  
@paul-guo- @liming01  please review


---
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 but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request #1223: HAWQ-1439. tolerate system time being cha...

2017-04-24 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/1223

HAWQ-1439. tolerate system time being changed to earlier point when 
checking resource context timeout



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-1439

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/1223.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1223


commit d1d9ae7fb44974d0c29c1a665f6affe0aa08fabb
Author: Yi 
Date:   2017-04-24T09:40:30Z

HAWQ-1439. tolerate system time being changed to earlier point when 
checking resource context timeout




---
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 but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Assigned] (HAWQ-1439) tolerate system time changed to earlier point when checking resource context timeout

2017-04-24 Thread Yi Jin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yi Jin reassigned HAWQ-1439:


Assignee: Yi Jin  (was: Ed Espino)

> tolerate system time changed to earlier point when checking resource context 
> timeout
> 
>
> Key: HAWQ-1439
> URL: https://issues.apache.org/jira/browse/HAWQ-1439
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Resource Manager
>Reporter: Yi Jin
>Assignee: Yi Jin
> Fix For: 2.3.0.0-incubating
>
>
> When the system time is changed to an earlier point, the resource context 
> maybe timed out because the context's latest action time is larger than 
> checking time.
> This fix is to adjust latest action time to new system time when it is 
> adjusted to earlier point.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HAWQ-1439) tolerate system time changed to earlier point when checking resource context timeout

2017-04-24 Thread Yi Jin (JIRA)
Yi Jin created HAWQ-1439:


 Summary: tolerate system time changed to earlier point when 
checking resource context timeout
 Key: HAWQ-1439
 URL: https://issues.apache.org/jira/browse/HAWQ-1439
 Project: Apache HAWQ
  Issue Type: Bug
  Components: Resource Manager
Reporter: Yi Jin
Assignee: Ed Espino
 Fix For: 2.3.0.0-incubating


When the system time is changed to an earlier point, the resource context maybe 
timed out because the context's latest action time is larger than checking time.

This fix is to adjust latest action time to new system time when it is adjusted 
to earlier point.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)