[jira] [Updated] (HAWQ-733) Command utility takes about 75 sec to process result

2016-06-28 Thread Ruilong Huo (JIRA)

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

Ruilong Huo updated HAWQ-733:
-
Fix Version/s: (was: 2.1.0)
   2.0.0

> Command utility takes about 75 sec to process result
> 
>
> Key: HAWQ-733
> URL: https://issues.apache.org/jira/browse/HAWQ-733
> Project: Apache HAWQ
>  Issue Type: Test
>  Components: Tests
>Affects Versions: 2.0.0
>Reporter: Ruilong Huo
>Assignee: Ruilong Huo
>Priority: Minor
> Fix For: 2.0.0
>
>
> Command utility is designed to run a shell command in hawq test. It follows 
> below steps to run command:
> {noformat}
> Step 1: prepare the shell command string
> Step 2: run the command using popen
> Step 3: save the result of command in memory (i.e., stdio returned from popen)
> Step 4: check the status of the command (i.e., status returned from popen)
> Step 5: save the result to file if output file is specified
> {noformat}
> Now it takes about 75 sec to save the result of command in memory in step 3 
> if the command is to run SQL file using psql. This needs to be fixed so as to 
> improved the performance.



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


[jira] [Updated] (HAWQ-733) Command utility takes about 75 sec to process result

2016-05-15 Thread Ruilong Huo (JIRA)

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

Ruilong Huo updated HAWQ-733:
-
Fix Version/s: 2.1.0

> Command utility takes about 75 sec to process result
> 
>
> Key: HAWQ-733
> URL: https://issues.apache.org/jira/browse/HAWQ-733
> Project: Apache HAWQ
>  Issue Type: Test
>  Components: Tests
>Affects Versions: 2.0.0
>Reporter: Ruilong Huo
>Assignee: Ruilong Huo
>Priority: Minor
> Fix For: 2.1.0
>
>
> Command utility is designed to run a shell command in hawq test. It follows 
> below steps to run command:
> {noformat}
> Step 1: prepare the shell command string
> Step 2: run the command using popen
> Step 3: save the result of command in memory (i.e., stdio returned from popen)
> Step 4: check the status of the command (i.e., status returned from popen)
> Step 5: save the result to file if output file is specified
> {noformat}
> Now it takes about 75 sec to save the result of command in memory in step 3 
> if the command is to run SQL file using psql. This needs to be fixed so as to 
> improved the performance.



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


[jira] [Updated] (HAWQ-733) Command utility takes about 75 sec to process result

2016-05-15 Thread Ruilong Huo (JIRA)

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

Ruilong Huo updated HAWQ-733:
-
Affects Version/s: 2.0.0

> Command utility takes about 75 sec to process result
> 
>
> Key: HAWQ-733
> URL: https://issues.apache.org/jira/browse/HAWQ-733
> Project: Apache HAWQ
>  Issue Type: Test
>  Components: Tests
>Affects Versions: 2.0.0
>Reporter: Ruilong Huo
>Assignee: Ruilong Huo
>Priority: Minor
> Fix For: 2.1.0
>
>
> Command utility is designed to run a shell command in hawq test. It follows 
> below steps to run command:
> {noformat}
> Step 1: prepare the shell command string
> Step 2: run the command using popen
> Step 3: save the result of command in memory (i.e., stdio returned from popen)
> Step 4: check the status of the command (i.e., status returned from popen)
> Step 5: save the result to file if output file is specified
> {noformat}
> Now it takes about 75 sec to save the result of command in memory in step 3 
> if the command is to run SQL file using psql. This needs to be fixed so as to 
> improved the performance.



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


[jira] [Updated] (HAWQ-733) Command utility takes about 75 sec to process result

2016-05-12 Thread Ruilong Huo (JIRA)

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

Ruilong Huo updated HAWQ-733:
-
Issue Type: Test  (was: Bug)

> Command utility takes about 75 sec to process result
> 
>
> Key: HAWQ-733
> URL: https://issues.apache.org/jira/browse/HAWQ-733
> Project: Apache HAWQ
>  Issue Type: Test
>  Components: Tests
>Reporter: Ruilong Huo
>Assignee: Ruilong Huo
>Priority: Minor
>
> Command utility is designed to run a shell command in hawq test. It follows 
> below steps to run command:
> {noformat}
> Step 1: prepare the shell command string
> Step 2: run the command using popen
> Step 3: save the result of command in memory (i.e., stdio returned from popen)
> Step 4: check the status of the command (i.e., status returned from popen)
> Step 5: save the result to file if output file is specified
> {noformat}
> Now it takes about 75 sec to save the result of command in memory in step 3 
> if the command is to run SQL file using psql. This needs to be fixed so as to 
> improved the performance.



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


[jira] [Updated] (HAWQ-733) Command utility takes about 75 sec to process result

2016-05-12 Thread Ruilong Huo (JIRA)

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

Ruilong Huo updated HAWQ-733:
-
Priority: Minor  (was: Major)

> Command utility takes about 75 sec to process result
> 
>
> Key: HAWQ-733
> URL: https://issues.apache.org/jira/browse/HAWQ-733
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Tests
>Reporter: Ruilong Huo
>Assignee: Ruilong Huo
>Priority: Minor
>
> Command utility is designed to run a shell command in hawq test. It follows 
> below steps to run command:
> {noformat}
> Step 1: prepare the shell command string
> Step 2: run the command using popen
> Step 3: save the result of command in memory (i.e., stdio returned from popen)
> Step 4: check the status of the command (i.e., status returned from popen)
> Step 5: save the result to file if output file is specified
> {noformat}
> Now it takes about 75 sec to save the result of command in memory in step 3 
> if the command is to run SQL file using psql. This needs to be fixed so as to 
> improved the performance.



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


[jira] [Updated] (HAWQ-733) Command utility takes about 75 sec to process result

2016-05-12 Thread Ruilong Huo (JIRA)

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

Ruilong Huo updated HAWQ-733:
-
Description: 
Command utility is designed to run a shell command in hawq test. It follows 
below steps to run command:
{noformat}
Step 1: prepare the shell command string
Step 2: run the command using popen
Step 3: save the result of command in memory (i.e., stdio returned from popen)
Step 4: check the status of the command (i.e., status returned from popen)
Step 5: save the result to file if output file is specified
{noformat}

Now it takes about 75 sec to save the result of command in memory in step 3 if 
the command is to run SQL file using psql. This needs to be fixed so as to 
improved the performance.

  was:
Command utility is designed to run a shell command in hawq test. It follows 
below steps to run command:
{noformat}
Step 1: prepare the shell command string
Step 2: run the command using popen
Step 3: save the result of command in memory (i.e., stdio returned from popen)
Step 4: check the status of the command (i.e., status returned from popen)
Step 5: save the result to file if output file is specified
{noformat}

Now it takes about 75 sec to save the result of command in memory in step 3. 
This needs to be fixed so as to improved the performance.


> Command utility takes about 75 sec to process result
> 
>
> Key: HAWQ-733
> URL: https://issues.apache.org/jira/browse/HAWQ-733
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Tests
>Reporter: Ruilong Huo
>Assignee: Ruilong Huo
>
> Command utility is designed to run a shell command in hawq test. It follows 
> below steps to run command:
> {noformat}
> Step 1: prepare the shell command string
> Step 2: run the command using popen
> Step 3: save the result of command in memory (i.e., stdio returned from popen)
> Step 4: check the status of the command (i.e., status returned from popen)
> Step 5: save the result to file if output file is specified
> {noformat}
> Now it takes about 75 sec to save the result of command in memory in step 3 
> if the command is to run SQL file using psql. This needs to be fixed so as to 
> improved the performance.



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