[GitHub] incubator-hawq-docs pull request #135: HAWQ-1368 Add option to hawq register...

2018-01-26 Thread lisakowen
Github user lisakowen commented on a diff in the pull request:

https://github.com/apache/incubator-hawq-docs/pull/135#discussion_r164250784
  
--- Diff: markdown/reference/cli/admin_utilities/hawqregister.html.md.erb 
---
@@ -200,6 +200,8 @@ group {
 -\\\-version   
 Show the version of this utility, then exit.
 
+-l, -\\\-logdir \  
+Specifies the log directory that `hawq register` uses for logs. The 
default is `~/hawqAdminLogs/`.
--- End diff --

same comment as hawq extract ...  how about "Specifies the directory that 
`hawq register` uses for log files."?


---


[GitHub] incubator-hawq-docs pull request #134: HAWQ-1553 Add option to hawq extract ...

2018-01-26 Thread lisakowen
Github user lisakowen commented on a diff in the pull request:

https://github.com/apache/incubator-hawq-docs/pull/134#discussion_r164250622
  
--- Diff: markdown/reference/cli/admin_utilities/hawqextract.html.md.erb ---
@@ -73,6 +73,9 @@ where:
 -\\\-version  
 Displays the version of this utility.
 
+-l, -\\\-logdir \  
+Specifies the log directory that `hawq extract` uses for logs. The 
default is `~/hawqAdminLogs/`.
--- End diff --

how about "Specifies the directory that `hawq extract` uses for log files."?


---


Request to review pull requests

2018-01-26 Thread Shubham Sharma
Following pull requests are pending for review/merge for sometime, will
appreciate your inputs


   - https://github.com/apache/incubator-hawq/pull/1287
   - https://github.com/apache/incubator-hawq-docs/pull/134
   - https://github.com/apache/incubator-hawq-docs/pull/135
   - https://github.com/apache/incubator-hawq-docs/pull/136





-- 
Regards,
Shubham


回复:[jira] [Created] (HAWQ-1583) Add vectorized executor extension and GNC

2018-01-26 Thread 刘奎恩(局外)
Great news, looking forward to see the sexy progress on QE engine. When the 
framework is ready, we may consider to make some contribution if possible.
Furthermore, any hints on when Pluggable Storage Framework is done? When the 
demo script is visiable, does it mean an alpha-release?

-——
Kuien Liu/奎恩
--发件人:Hongxu Ma 
(JIRA) 发送时间:2018年1月24日(星期三) 11:41收件人:dev 
主 题:[jira] [Created] (HAWQ-1583) Add vectorized 
executor extension and GNC
Hongxu Ma created HAWQ-1583:
---

 Summary: Add vectorized executor extension and GNC
 Key: HAWQ-1583
 URL: https://issues.apache.org/jira/browse/HAWQ-1583
 Project: Apache HAWQ
  Issue Type: Sub-task
  Components: Query Execution
Reporter: Hongxu Ma
Assignee: Lei Chang
 Fix For: backlog


The vectorized executor will be implemented as a extension (located at contrib 
directory).

And use a GNC to enable vectorized executor, e.g:

{code}

postgres=# set vectorized_executor_enable to on;

// run the new vectorized executor

postgres=# set vectorized_executor_enable to off;

// run the original HAWQ executor


{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)