You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Morio Ramdenbourg (JIRA)" <ji...@apache.org> on 2018/09/06 22:03:00 UTC

[jira] [Updated] (SENTRY-2394) Typo in sentry-site.xml.service.template

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

Morio Ramdenbourg updated SENTRY-2394:
--------------------------------------
    Description: 
Sentry is misspelled here as the value:

<property>
 <name>sentry.store.jdbc.user</name>
 <value>Setnry</value>
 <description>Userid for connecting to backend db </description>
 </property>

[https://github.com/apache/sentry/blob/master/conf/sentry-site.xml.service.template#L61]

Change the description to 

"The username of the user that connects to the Sentry database"

  was:
Sentry is misspelled here as the value:

<property>
<name>sentry.store.jdbc.user</name>
<value>Setnry</value>
<description>Userid for connecting to backend db </description>
</property>

https://github.com/apache/sentry/blob/master/conf/sentry-site.xml.service.template#L61


> Typo in sentry-site.xml.service.template
> ----------------------------------------
>
>                 Key: SENTRY-2394
>                 URL: https://issues.apache.org/jira/browse/SENTRY-2394
>             Project: Sentry
>          Issue Type: Bug
>          Components: Sentry
>    Affects Versions: 2.1.0
>            Reporter: Morio Ramdenbourg
>            Assignee: Morio Ramdenbourg
>            Priority: Minor
>              Labels: newbie
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Sentry is misspelled here as the value:
> <property>
>  <name>sentry.store.jdbc.user</name>
>  <value>Setnry</value>
>  <description>Userid for connecting to backend db </description>
>  </property>
> [https://github.com/apache/sentry/blob/master/conf/sentry-site.xml.service.template#L61]
> Change the description to 
> "The username of the user that connects to the Sentry database"



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