[jira] [Created] (HAWQ-1375) Ranger should always using the current user to do privilege check.

2017-03-03 Thread Hubert Zhang (JIRA)
Hubert Zhang created HAWQ-1375:
--

 Summary: Ranger should always using the current user to do 
privilege check.
 Key: HAWQ-1375
 URL: https://issues.apache.org/jira/browse/HAWQ-1375
 Project: Apache HAWQ
  Issue Type: Bug
Reporter: Hubert Zhang
Assignee: Ed Espino


Failure Case:
{code}
user u1 create table a(i int);
user u2 create view av as select * from a;
user u3 select * from av.
{code}
When ORCA is on, u3 will first ask select privilege as user u3 to Ranger, and 
then ask select privilege as user u2 to Ranger.
The second check should be removed, since there may be no privilege for u2 to 
select av even if av is created by u2 in Ranger mode.



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


[jira] [Closed] (HAWQ-1375) Ranger should always using the current user to do privilege check.

2017-03-03 Thread Hubert Zhang (JIRA)

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

Hubert Zhang closed HAWQ-1375.
--
   Resolution: Invalid
Fix Version/s: 2.2.0.0-incubating

> Ranger should always using the current user to do privilege check.
> --
>
> Key: HAWQ-1375
> URL: https://issues.apache.org/jira/browse/HAWQ-1375
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Hubert Zhang
>Assignee: Ed Espino
> Fix For: 2.2.0.0-incubating
>
>
> Failure Case:
> {code}
> user u1 create table a(i int);
> user u2 create view av as select * from a;
> user u3 select * from av.
> {code}
> When ORCA is on, u3 will first ask select privilege as user u3 to Ranger, and 
> then ask select privilege as user u2 to Ranger.
> The second check should be removed, since there may be no privilege for u2 to 
> select av even if av is created by u2 in Ranger mode.



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


[GitHub] incubator-hawq pull request #1159: HAWQ-1359. Add additional policy for sele...

2017-03-03 Thread zhangh43
GitHub user zhangh43 opened a pull request:

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

HAWQ-1359. Add additional policy for select view.

This PR inlcudes:
1 add additional policy for select * from view.
2 fix bug in parallel run of gtest.
3 fix init_file
Signed-off-by: Chuling Wang 

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

$ git pull https://github.com/zhangh43/incubator-hawq hawq13592

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

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


commit 35f0b7261e526057d3dc309dd32e35a68d3a06f0
Author: Hubert Zhang 
Date:   2017-03-03T09:20:23Z

HAWQ-1359. Add additional policy for select view.

Signed-off-by: Chuling Wang 




---
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 issue #1159: HAWQ-1359. Add additional policy for select view...

2017-03-03 Thread radarwave
Github user radarwave commented on the issue:

https://github.com/apache/incubator-hawq/pull/1159
  
+1


---
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 issue #1159: HAWQ-1359. Add additional policy for select view...

2017-03-03 Thread amyrazz44
Github user amyrazz44 commented on the issue:

https://github.com/apache/incubator-hawq/pull/1159
  
LGTM+1


---
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 issue #1150: HAWQ-1361. Remove some installcheck-good cases s...

2017-03-03 Thread liming01
Github user liming01 commented on the issue:

https://github.com/apache/incubator-hawq/pull/1150
  
+1. 


---
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 issue #1150: HAWQ-1361. Remove some installcheck-good cases s...

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

https://github.com/apache/incubator-hawq/pull/1150
  
Merged. Closing.


---
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 #1150: HAWQ-1361. Remove some installcheck-good ...

2017-03-03 Thread paul-guo-
Github user paul-guo- closed the pull request at:

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


---
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] [Closed] (HAWQ-1361) Remove some installcheck-good cases since they are in the feature test suite now.

2017-03-03 Thread Paul Guo (JIRA)

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

Paul Guo closed HAWQ-1361.
--
   Resolution: Fixed
Fix Version/s: 2.2.0.0-incubating

> Remove some installcheck-good cases since they are in the feature test suite 
> now.
> -
>
> Key: HAWQ-1361
> URL: https://issues.apache.org/jira/browse/HAWQ-1361
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Paul Guo
> Fix For: 2.2.0.0-incubating
>
>




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


[jira] [Created] (HAWQ-1376) docs - better describe the pxf host and port settings

2017-03-03 Thread Lisa Owen (JIRA)
Lisa Owen created HAWQ-1376:
---

 Summary: docs - better describe the pxf host and port settings
 Key: HAWQ-1376
 URL: https://issues.apache.org/jira/browse/HAWQ-1376
 Project: Apache HAWQ
  Issue Type: Bug
  Components: Documentation
Reporter: Lisa Owen
Assignee: David Yozie


the pxf host and port settings as described some places in the docs as hdfs 
namenode and port.  this is confusing - the host does not have to be the 
namenode and the port should be the pxf port.

clarify the docs in this area.




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


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

2017-03-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on HAWQ-1296:
--

GitHub user lisakowen opened a pull request:

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

HAWQ-1296 - initial draft of hawq getting started guide

initial revision of the "Getting Started with HAWQ" tutorial.

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

$ git pull https://github.com/lisakowen/incubator-hawq-docs 
feature/getting-started2

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

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


commit fb21d13cd8970bf7ab816c1e51ef6ec0702cd035
Author: Lisa Owen 
Date:   2017-01-25T15:28:00Z

initial check-in of hawq getting started guide




> 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-1270) Plugged storage back-ends for HAWQ

2017-03-03 Thread Kyle R Dunn (JIRA)

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

Kyle R Dunn commented on HAWQ-1270:
---

This is a possible route for Ceph in particular: [cephfs-hadoop | 
https://github.com/ceph/cephfs-hadoop]

> Plugged storage back-ends for HAWQ
> --
>
> Key: HAWQ-1270
> URL: https://issues.apache.org/jira/browse/HAWQ-1270
> Project: Apache HAWQ
>  Issue Type: Improvement
>Reporter: Dmitry Buzolin
>Assignee: Ed Espino
>
> Since HAWQ only depends on Hadoop and Parquet for columnar format support, I 
> would like to propose pluggable storage backend design for Hawq. Hadoop is 
> already supported but there is Ceph -  a distributed, storage system which 
> offers standard Posix compliant file system, object and a block storage. Ceph 
> is also data location aware, written in C++. and is more sophisticated 
> storage backend compare to Hadoop at this time. It provides replicated and 
> erasure encoded storage pools, Other great features of Ceph are: snapshots 
> and an algorithmic approach to map data to the nodes rather than having 
> centrally managed namenodes. I don't think HDFS offers any of these features. 
> In terms of performance, Ceph should be faster than HFDS since it is written 
> on C++ and because it doesn't have scalability limitations when mapping data 
> to storage pools, compare to Hadoop, where name node is such point of 
> contention.



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


[GitHub] incubator-hawq pull request #1160: HAWQ-1374. Use variable service name for ...

2017-03-03 Thread denalex
GitHub user denalex opened a pull request:

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

HAWQ-1374. Use variable service name for RPS



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

$ git pull https://github.com/denalex/incubator-hawq HAWQ-1374

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

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


commit 6fbdfa3c929084489d0d3a15acd7e0e076eae139
Author: Alexander Denissov 
Date:   2017-03-03T22:56:31Z

HAWQ-1374. Use variable service name for RPS




---
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.
---