[jira] [Updated] (TRAFODION-1758) A user has dbroot role can't grant component privilege to other users/roles

2016-08-16 Thread Gao, Rui-Xian (JIRA)

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

Gao, Rui-Xian updated TRAFODION-1758:
-
Assignee: Roberta Marton

> A user has dbroot role can't grant component privilege to other users/roles
> ---
>
> Key: TRAFODION-1758
> URL: https://issues.apache.org/jira/browse/TRAFODION-1758
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: sql-security
>Reporter: Gao, Rui-Xian
>Assignee: Roberta Marton
>
> A user has dbroot role can't grant component privilege to other users/roles
> Reproduce steps --
> User DBROOT --
> create role myrole1;
> register component myusers1;
> create component privilege created as 'cr' on myusers1 detail 'create users';
> create table t2(a int, b int);
> grant role  DB__rootrole to testuser1 ;
>  
> User testuser1 --
> qi_mxci2>grant component privilege created on myusers1 to myrole1 with grant 
> option;
> *** ERROR[1017] You are not authorized to perform this operation. [2015-12-31 
> 15:07:32] 



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


[jira] [Commented] (TRAFODION-2067) Support CDH 5.7

2016-08-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15422964#comment-15422964
 ] 

ASF GitHub Bot commented on TRAFODION-2067:
---

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafodion/pull/655


> Support CDH 5.7
> ---
>
> Key: TRAFODION-2067
> URL: https://issues.apache.org/jira/browse/TRAFODION-2067
> Project: Apache Trafodion
>  Issue Type: Improvement
> Environment: CDH 5.7
>Reporter: yuhong zhou
>Assignee: mashengchen
>
> our bigdata platform CDH had been upgraded to 5.7. As tring to apply  apache 
> trafodion as data warehouse based on bigdata distributions, we found current 
> release couldn;t support CDH 5.7 ,we wish next release can support it . 
> additionally, apache trafodion should be close to mainstream open soure 
> bigdata platform release,  So,  apache trafodion can be applied by more 
> companies as soon as possible



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


[jira] [Commented] (TRAFODION-2163) support MYSQL style function GROUP_CONCAT

2016-08-16 Thread liu ming (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15422476#comment-15422476
 ] 

liu ming commented on TRAFODION-2163:
-

I can reproduce the parallel issue.

> support MYSQL style function GROUP_CONCAT
> -
>
> Key: TRAFODION-2163
> URL: https://issues.apache.org/jira/browse/TRAFODION-2163
> Project: Apache Trafodion
>  Issue Type: Sub-task
>Reporter: liu ming
>Assignee: liu ming
>
> One popular MySQL function is GROUP_CONCAT :
> SELECT student_name,
>   GROUP_CONCAT(DISTINCT test_score
> ORDER BY test_score asc SEPARATOR ' ')
>   FROM student
>   GROUP BY student_name;   
> Support this syntax.
> This helps migration.



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