[GitHub] incubator-hawq issue #1287: HAWQ-1527 Enabled partition filtering for integr...

2018-02-06 Thread outofmem0ry
Github user outofmem0ry commented on the issue:

https://github.com/apache/incubator-hawq/pull/1287
  
Thanks @radarwave 


---


[GitHub] incubator-hawq pull request #1287: HAWQ-1527 Enabled partition filtering for...

2018-02-06 Thread outofmem0ry
Github user outofmem0ry closed the pull request at:

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


---


[jira] [Resolved] (HAWQ-1584) Propagate any errors when closing stream for PXF writable tables

2018-02-06 Thread Lav Jain (JIRA)

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

Lav Jain resolved HAWQ-1584.

   Resolution: Fixed
Fix Version/s: 2.3.0.0-incubating

> Propagate any errors when closing stream for PXF writable tables 
> -
>
> Key: HAWQ-1584
> URL: https://issues.apache.org/jira/browse/HAWQ-1584
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: PXF
>Reporter: Lav Jain
>Assignee: Lav Jain
>Priority: Major
> Fix For: 2.3.0.0-incubating
>
>
> PXF ignores any errors when closing the stream, which does not affect reading 
> HDFS data. However, in case of write HDFS might return an error and data 
> might not get written. Therefore, any errors when closing the input stream 
> must be passed to PXF client.



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


[GitHub] incubator-hawq pull request #1334: HAWQ-1584. Don't ignore exceptions during...

2018-02-06 Thread lavjain
Github user lavjain closed the pull request at:

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


---


[jira] [Commented] (HAWQ-1512) Check Apache HAWQ mandatory libraries to match LC20, LC30 license criteria

2018-02-06 Thread Radar Lei (JIRA)

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

Radar Lei commented on HAWQ-1512:
-

The latest third party components page is:

https://cwiki.apache.org/confluence/display/HAWQ/Third+Party+Components

> Check Apache HAWQ mandatory libraries to match LC20, LC30 license criteria
> --
>
> Key: HAWQ-1512
> URL: https://issues.apache.org/jira/browse/HAWQ-1512
> Project: Apache HAWQ
>  Issue Type: Task
>  Components: Build
>Reporter: Yi Jin
>Assignee: Radar Lei
>Priority: Major
> Fix For: 2.3.0.0-incubating
>
> Attachments: HAWQ Ranger Pluggin Service Dependencies.xlsx
>
>
> Check Apache HAWQ mandatory libraries to match LC20, LC30 license criteria
> Check the following page for the criteria
> https://cwiki.apache.org/confluence/display/HAWQ/ASF+Maturity+Evaluation



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


[jira] [Resolved] (HAWQ-1512) Check Apache HAWQ mandatory libraries to match LC20, LC30 license criteria

2018-02-06 Thread Radar Lei (JIRA)

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

Radar Lei resolved HAWQ-1512.
-
Resolution: Fixed

> Check Apache HAWQ mandatory libraries to match LC20, LC30 license criteria
> --
>
> Key: HAWQ-1512
> URL: https://issues.apache.org/jira/browse/HAWQ-1512
> Project: Apache HAWQ
>  Issue Type: Task
>  Components: Build
>Reporter: Yi Jin
>Assignee: Radar Lei
>Priority: Major
> Fix For: 2.3.0.0-incubating
>
> Attachments: HAWQ Ranger Pluggin Service Dependencies.xlsx
>
>
> Check Apache HAWQ mandatory libraries to match LC20, LC30 license criteria
> Check the following page for the criteria
> https://cwiki.apache.org/confluence/display/HAWQ/ASF+Maturity+Evaluation



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


[GitHub] incubator-hawq pull request #1337: HAWQ-1585. Fixed Javadoc generation warni...

2018-02-06 Thread sansanichfb
GitHub user sansanichfb opened a pull request:

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

HAWQ-1585. Fixed Javadoc generation warnings and errors.



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

$ git pull https://github.com/sansanichfb/incubator-hawq HAWQ-1585

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

https://github.com/apache/incubator-hawq/pull/1337.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 #1337


commit 06bb87f18f0af76086f324d61b106f3238477a23
Author: Alex Diachenko 
Date:   2018-02-07T01:05:18Z

HAWQ-1585. Fixed Javadoc generation warnings and errors.




---


[jira] [Created] (HAWQ-1585) Javadoc generation errors for PXF on Java 7

2018-02-06 Thread Oleksandr Diachenko (JIRA)
Oleksandr Diachenko created HAWQ-1585:
-

 Summary: Javadoc generation errors for PXF on Java 7
 Key: HAWQ-1585
 URL: https://issues.apache.org/jira/browse/HAWQ-1585
 Project: Apache HAWQ
  Issue Type: Bug
  Components: PXF
Reporter: Oleksandr Diachenko
Assignee: Ed Espino



{code:bash}
./gradlew javadoc aggregateJavadocs
:pxf:compileJava UP-TO-DATE
:pxf:processResources UP-TO-DATE
:pxf:classes UP-TO-DATE
:pxf:javadoc UP-TO-DATE
:pxf-api:compileJava
:pxf-api:processResources UP-TO-DATE
:pxf-api:classes
:pxf-api:javadoc
:pxf-api:jar
:pxf-hbase:compileJava
:pxf-hbase:processResources UP-TO-DATE
:pxf-hbase:classes
:pxf-hbase:javadoc
:pxf-hdfs:compileJava
:pxf-hdfs:processResources UP-TO-DATE
:pxf-hdfs:classes
:pxf-hdfs:javadoc
:pxf-hdfs:jar
:pxf-service:generateSources
:pxf-service:compileJava
:pxf-service:processResources UP-TO-DATE
:pxf-service:classes
:pxf-service:jar
:pxf-hive:compileJava
:pxf-hive:processResources UP-TO-DATE
:pxf-hive:classes
:pxf-service:javadoc UP-TO-DATE
:pxf-hive:javadoc
/root/pxf_src/pxf-hive/src/main/java/org/apache/hawq/pxf/plugins/hive/utilities/HiveUtilities.java:249:
 warning - Tag @link: reference not found: Metadata.Item
/root/pxf_src/pxf-hive/src/main/java/org/apache/hawq/pxf/plugins/hive/utilities/HiveUtilities.java:267:
 warning - Tag @link: reference not found: Metadata.Item
2 warnings
:pxf-jdbc:compileJava
:pxf-jdbc:processResources UP-TO-DATE
:pxf-jdbc:classes
:pxf-jdbc:javadoc
/root/pxf_src/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java:295:
 error: unmappable character for encoding ASCII
//validate???the length of metadata == 16 (long)
  ^
/root/pxf_src/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java:295:
 error: unmappable character for encoding ASCII
//validate???the length of metadata == 16 (long)
   ^
/root/pxf_src/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java:295:
 error: unmappable character for encoding ASCII
//validate???the length of metadata == 16 (long)
^
/root/pxf_src/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java:307:
 error: unmappable character for encoding ASCII
//validate???the length of metadata ==8 ???int)
  ^
/root/pxf_src/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java:307:
 error: unmappable character for encoding ASCII
//validate???the length of metadata ==8 ???int)
   ^
/root/pxf_src/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java:307:
 error: unmappable character for encoding ASCII
//validate???the length of metadata ==8 ???int)
^
/root/pxf_src/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java:307:
 error: unmappable character for encoding ASCII
//validate???the length of metadata ==8 ???int)
^
/root/pxf_src/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java:307:
 error: unmappable character for encoding ASCII
//validate???the length of metadata ==8 ???int)
 ^
/root/pxf_src/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java:307:
 error: unmappable character for encoding ASCII
//validate???the length of metadata ==8 ???int)
  ^
/root/pxf_src/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPlugin.java:48:
 error: unmappable character for encoding ASCII
//database type???from DatabaseMetaData.getDatabaseProductName()
   ^
/root/pxf_src/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPlugin.java:48:
 error: unmappable character for encoding ASCII
//database type???from DatabaseMetaData.getDatabaseProductName()
^
/root/pxf_src/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPlugin.java:48:
 error: unmappable character for encoding ASCII
//database type???from DatabaseMetaData.getDatabaseProductName()
 ^
12 errors
:pxf-jdbc:javadoc FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':pxf-jdbc:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for 
> troubleshooting): '/root/pxf_src/pxf-jdbc/build/tmp/javadoc/javadoc.options'

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output.

BUILD FAILED

Total 

[jira] [Resolved] (HAWQ-1581) Separate PXF system parameters from user configurable visible parameters

2018-02-06 Thread Shivram Mani (JIRA)

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

Shivram Mani resolved HAWQ-1581.

   Resolution: Fixed
Fix Version/s: 2.4.0.0-incubating

> Separate PXF system parameters from user configurable visible parameters
> 
>
> Key: HAWQ-1581
> URL: https://issues.apache.org/jira/browse/HAWQ-1581
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: PXF
>Reporter: Shivram Mani
>Assignee: Shivram Mani
>Priority: Major
> Fix For: 2.4.0.0-incubating
>
>
> We need to modify our system such that user configurable options are kept 
> distinct form the internal parameters. The custom parameters are configured 
> in the {{LOCATION}} section of the external table DDL, is exposed to PXF 
> server as {{X-GP-}}.
> {{X-GP-USER}} is an internal parameter used to set the user information. When 
> the DDL has a custom parameter named {{user}} it ends up updating X-GP-USER 
> to also include the user configured in the DDL Location. This causes the JDBC 
> connector to fail.
> We will instead use \{X-GP-OPTIONS-} as the prefix for all user configurable 
> parameters to keep them isolated.



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


[jira] [Resolved] (HAWQ-1562) Incorrect path to default log directory in documentation

2018-02-06 Thread David Yozie (JIRA)

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

David Yozie resolved HAWQ-1562.
---
   Resolution: Fixed
Fix Version/s: backlog

> Incorrect path to default log directory in documentation
> 
>
> Key: HAWQ-1562
> URL: https://issues.apache.org/jira/browse/HAWQ-1562
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Shubham Sharma
>Assignee: David Yozie
>Priority: Major
> Fix For: backlog
>
>
> In the current documentation six files point to wrong location of default 
> directories. The default log directory of management utilities is 
> ~/hawqAdminLogs but the documentation specifies ~/hawq/Adminlogs/ . There 
> list can be seen 
> [here|https://github.com/apache/incubator-hawq-docs/search?utf8=%E2%9C%93=Adminlogs=]
>  .



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


[jira] [Commented] (HAWQ-1562) Incorrect path to default log directory in documentation

2018-02-06 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on HAWQ-1562:
--

Github user asfgit closed the pull request at:

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


> Incorrect path to default log directory in documentation
> 
>
> Key: HAWQ-1562
> URL: https://issues.apache.org/jira/browse/HAWQ-1562
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Shubham Sharma
>Assignee: David Yozie
>Priority: Major
>
> In the current documentation six files point to wrong location of default 
> directories. The default log directory of management utilities is 
> ~/hawqAdminLogs but the documentation specifies ~/hawq/Adminlogs/ . There 
> list can be seen 
> [here|https://github.com/apache/incubator-hawq-docs/search?utf8=%E2%9C%93=Adminlogs=]
>  .



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


[jira] [Closed] (HAWQ-1557) DROP TABLE IF EXISTS issues ERROR report

2018-02-06 Thread Kuien Liu (JIRA)

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

Kuien Liu closed HAWQ-1557.
---
   Resolution: Fixed
Fix Version/s: backlog

> DROP TABLE IF EXISTS issues ERROR report
> 
>
> Key: HAWQ-1557
> URL: https://issues.apache.org/jira/browse/HAWQ-1557
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: DDL
>Reporter: Kuien Liu
>Assignee: Radar Lei
>Priority: Major
> Fix For: backlog
>
>
> We may re-produce it with following scripts. Open three PSQL consoles and 
> submit them concurrently, then we may find DROP TABLE IF EXISTS issues an 
> ERROR report, it defiles the common sense.
> Session 1:
> postgres=# DROP TABLE IF EXISTS  tbl;
> NOTICE:  table "tbl" does not exist, skipping
> DROP TABLE
> postgres=# CREATE TABLE tbl (id serial, date text, time text, status bool, 
> sample1 float, sample2 float, volume int) DISTRIBUTED BY (id);
> NOTICE:  CREATE TABLE will create implicit sequence "tbl_id_seq" for serial 
> column "tbl.id"
> CREATE TABLE
> postgres=# INSERT INTO tbl (date, time, status, sample1, sample2, volume) 
> SELECT current_date, localtime, (random() > 0.5)::bool, 
> trunc(random()::numeric, 8), trunc(random()::numeric, 8), v FROM 
> generate_series(1, 1202200) as v;
> INSERT 0 1202200
> Session 2:
> postgres=# DROP TABLE IF EXISTS  tbl;
> DROP TABLE
> Session 3:
> postgres=# DROP TABLE IF EXISTS  tbl;
> ERROR:  relation "tbl" does not exist (tablecmds.c:1534)



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


[GitHub] incubator-hawq pull request #1331: HAWQ-1557. Concurrent drop should not rep...

2018-02-06 Thread kuien
Github user kuien closed the pull request at:

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


---