[jira] [Assigned] (HAWQ-1477) Ranger-plugin connect to Ranger admin under kerberos security.

2017-05-30 Thread Hongxu Ma (JIRA)

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

Hongxu Ma reassigned HAWQ-1477:
---

Assignee: Hongxu Ma  (was: Ed Espino)

> Ranger-plugin connect to Ranger admin under kerberos security.
> --
>
> Key: HAWQ-1477
> URL: https://issues.apache.org/jira/browse/HAWQ-1477
> Project: Apache HAWQ
>  Issue Type: Sub-task
>  Components: Security
>Reporter: Hongxu Ma
>Assignee: Hongxu Ma
> Fix For: backlog
>
>
> Ranger-plugin connect to Ranger admin server under kerberos security.



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


[jira] [Created] (HAWQ-1477) Ranger-plugin connect to Ranger admin under kerberos security.

2017-05-30 Thread Hongxu Ma (JIRA)
Hongxu Ma created HAWQ-1477:
---

 Summary: Ranger-plugin connect to Ranger admin under kerberos 
security.
 Key: HAWQ-1477
 URL: https://issues.apache.org/jira/browse/HAWQ-1477
 Project: Apache HAWQ
  Issue Type: Sub-task
  Components: Security
Reporter: Hongxu Ma
Assignee: Ed Espino
 Fix For: backlog


Ranger-plugin connect to Ranger admin server under kerberos security.



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


[GitHub] incubator-hawq issue #1246: HAWQ-1475. Add LICENSE, NOTICE, and DISCLAIMER f...

2017-05-30 Thread rvs
Github user rvs commented on the issue:

https://github.com/apache/incubator-hawq/pull/1246
  
I guess my point is -- this still doesn't address the Java side of things. 
Do you plan to do it in a separate PR?


---
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-1474) docs - instructions to create/use a minimal psql client pkg

2017-05-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on HAWQ-1474:
--

Github user asfgit closed the pull request at:

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


> docs - instructions to create/use a minimal psql client pkg
> ---
>
> Key: HAWQ-1474
> URL: https://issues.apache.org/jira/browse/HAWQ-1474
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Lisa Owen
>Assignee: David Yozie
>
> add instructions to create, install, and use a minimal psql client pkg.  one 
> would install this package on a like linux client system outside of the hawq 
> cluster.
> this will basically provide instructions to:
> - package up the psql binary and libraries and an auto-generated 
> environment-setting file
> - install this on a client system
> - run the client



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


[GitHub] incubator-hawq pull request #1245: HAWQ-1476. Augment enable-ranger-plugin.s...

2017-05-30 Thread denalex
Github user denalex commented on a diff in the pull request:

https://github.com/apache/incubator-hawq/pull/1245#discussion_r119155000
  
--- Diff: ranger-plugin/conf/ranger-servicedef-hawq.json ---
@@ -244,7 +244,7 @@
   "name": "authentication",
   "type": "enum",
   "subType": "authType",
-  "mandatory": false,
+  "mandatory": true,
--- End diff --

are we doing this lookup-side Kerberos support in case where HAWQ 
authentication is set to Kerberos in pg_hba.conf ? This is not supported by 
default when we kerberize the cluster, so usually when the whole cluster 
(including HAWQ) is secured, password based connection to HAWQ will still work 
and kerberos-based connection will not be setup by default.


---
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 #1246: HAWQ-1475. Add LICENSE, NOTICE, and DISCLAIMER f...

2017-05-30 Thread huor
Github user huor commented on the issue:

https://github.com/apache/incubator-hawq/pull/1246
  
@rvs, thanks for the review and feedback.

You are right. We expand the LICENSE for source release by adding extra 
dependency to get that for binary release. Here is the changes:
```
rhuo-mbp:incubator-hawq rhuo$ diff dist/hawq/LICENSE LICENSE
265,270d264
<  (BSD 2 Clause) Google Mock 
(https://github.com/google/googletest/tree/master/googlemock)
  src/bin/pg_dump
>  src/backend/port/qnx4/shm.c
>  src/backend/port/beos/shm.c
```

For the NOTICE, the dependencies are either ASL v2 or category B license 
with no LICENSE with themselves, so there is not change according to 
https://cwiki.apache.org/confluence/display/GEODE/License+Guide+for+Contributors.

Please let us know your comments for further refinement. Thanks.


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