You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "James Kinley (JIRA)" <ji...@apache.org> on 2012/10/11 00:39:02 UTC

[jira] [Updated] (HBASE-6973) Trim whitespace from configuration values

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

James Kinley updated HBASE-6973:
--------------------------------

    Description: 
If the following properties have a whitespace at the end of the value it causes problems with Kerberos authentication...

{code}
<property>
    <name>hbase.regionserver.keytab.file</name>
    <value>/etc/hbase/conf/hbase.krb5 </value>
</property>
<property>
    <name>hbase.master.keytab.file</name>
    <value>/etc/hbase/conf/hbase.krb5 </value>
</property>
{code}

I'm guessing this can affect other properties as well, so can the values be trimmed when read?

  was:
If the following properties have a whitespace at the end of the value it causes problems with Kerberos authentication...

<property>
    <name>hbase.regionserver.keytab.file</name>
    <value>/etc/hbase/conf/hbase.krb5 </value>
</property>
<property>
    <name>hbase.master.keytab.file</name>
    <value>/etc/hbase/conf/hbase.krb5 </value>
</property>

I'm guessing this can affect other properties as well, so can the values be trimmed when read?

    
> Trim whitespace from configuration values
> -----------------------------------------
>
>                 Key: HBASE-6973
>                 URL: https://issues.apache.org/jira/browse/HBASE-6973
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1
>            Reporter: James Kinley
>            Priority: Minor
>
> If the following properties have a whitespace at the end of the value it causes problems with Kerberos authentication...
> {code}
> <property>
>     <name>hbase.regionserver.keytab.file</name>
>     <value>/etc/hbase/conf/hbase.krb5 </value>
> </property>
> <property>
>     <name>hbase.master.keytab.file</name>
>     <value>/etc/hbase/conf/hbase.krb5 </value>
> </property>
> {code}
> I'm guessing this can affect other properties as well, so can the values be trimmed when read?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira