[jira] [Commented] (HBASE-12019) hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables

2014-09-29 Thread Lars Hofhansl (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152474#comment-14152474
 ] 

Lars Hofhansl commented on HBASE-12019:
---

Looking at the patch now... It does not make much sense anyway:
{code}
+if [ -z ${HBASE_ROOT_LOGGER} ]; then
 export HBASE_ROOT_LOGGER=${HBASE_ROOT_LOGGER:-INFO,RFA}
+fi
{code}

The existing code (at least in 0.98+) {{export 
HBASE_ROOT_LOGGER=$\{HBASE_ROOT_LOGGER:\-INFO,RFA}}} seems to do the right 
thing already anyway - notice the {{$\{HBASE_ROOT_LOGGER:-}} part, which 
evaluates to 2nd part only if the variable is null.

In any case, going to commit the addendum to 0.94 now. 

 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER 
 variables
 ---

 Key: HBASE-12019
 URL: https://issues.apache.org/jira/browse/HBASE-12019
 Project: HBase
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.99.0, 0.94.23, 0.98.6
 Environment: Linux
Reporter: Sebastien Barrier
Assignee: Sebastien Barrier
Priority: Minor
  Labels: patch
 Fix For: 2.0.0, 0.98.7, 0.94.24, 0.99.1

 Attachments: 12019-0.94-addendum.txt, HBASE-12019.patch


 hbase-env.sh is supposed to be used to set environment variables like 
 HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER but hbase-daemon.sh overwrite the 
 export of thoses, the benefit of hbase-env.sh is lost.



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


[jira] [Commented] (HBASE-12019) hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables

2014-09-29 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152498#comment-14152498
 ] 

stack commented on HBASE-12019:
---

Thanks for fixup [~lhofhansl].

 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER 
 variables
 ---

 Key: HBASE-12019
 URL: https://issues.apache.org/jira/browse/HBASE-12019
 Project: HBase
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.99.0, 0.94.23, 0.98.6
 Environment: Linux
Reporter: Sebastien Barrier
Assignee: Sebastien Barrier
Priority: Minor
  Labels: patch
 Fix For: 2.0.0, 0.98.7, 0.94.24, 0.99.1

 Attachments: 12019-0.94-addendum.txt, HBASE-12019.patch


 hbase-env.sh is supposed to be used to set environment variables like 
 HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER but hbase-daemon.sh overwrite the 
 export of thoses, the benefit of hbase-env.sh is lost.



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


[jira] [Commented] (HBASE-12019) hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables

2014-09-29 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152582#comment-14152582
 ] 

Hudson commented on HBASE-12019:


SUCCESS: Integrated in HBase-0.94 #1427 (See 
[https://builds.apache.org/job/HBase-0.94/1427/])
HBASE-12019 Addendum; set correct appender (larsh: rev 
68ed793a1d89226f8fb1ee1ee618c1e7779d46cd)
* bin/hbase-daemon.sh


 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER 
 variables
 ---

 Key: HBASE-12019
 URL: https://issues.apache.org/jira/browse/HBASE-12019
 Project: HBase
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.99.0, 0.94.23, 0.98.6
 Environment: Linux
Reporter: Sebastien Barrier
Assignee: Sebastien Barrier
Priority: Minor
  Labels: patch
 Fix For: 2.0.0, 0.98.7, 0.94.24, 0.99.1

 Attachments: 12019-0.94-addendum.txt, HBASE-12019.patch


 hbase-env.sh is supposed to be used to set environment variables like 
 HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER but hbase-daemon.sh overwrite the 
 export of thoses, the benefit of hbase-env.sh is lost.



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


[jira] [Commented] (HBASE-12019) hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables

2014-09-29 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152586#comment-14152586
 ] 

Hudson commented on HBASE-12019:


SUCCESS: Integrated in HBase-0.94-JDK7 #196 (See 
[https://builds.apache.org/job/HBase-0.94-JDK7/196/])
HBASE-12019 Addendum; set correct appender (larsh: rev 
68ed793a1d89226f8fb1ee1ee618c1e7779d46cd)
* bin/hbase-daemon.sh


 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER 
 variables
 ---

 Key: HBASE-12019
 URL: https://issues.apache.org/jira/browse/HBASE-12019
 Project: HBase
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.99.0, 0.94.23, 0.98.6
 Environment: Linux
Reporter: Sebastien Barrier
Assignee: Sebastien Barrier
Priority: Minor
  Labels: patch
 Fix For: 2.0.0, 0.98.7, 0.94.24, 0.99.1

 Attachments: 12019-0.94-addendum.txt, HBASE-12019.patch


 hbase-env.sh is supposed to be used to set environment variables like 
 HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER but hbase-daemon.sh overwrite the 
 export of thoses, the benefit of hbase-env.sh is lost.



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


[jira] [Commented] (HBASE-12019) hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables

2014-09-29 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152593#comment-14152593
 ] 

Hudson commented on HBASE-12019:


SUCCESS: Integrated in HBase-0.94-security #542 (See 
[https://builds.apache.org/job/HBase-0.94-security/542/])
HBASE-12019 Addendum; set correct appender (larsh: rev 
68ed793a1d89226f8fb1ee1ee618c1e7779d46cd)
* bin/hbase-daemon.sh


 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER 
 variables
 ---

 Key: HBASE-12019
 URL: https://issues.apache.org/jira/browse/HBASE-12019
 Project: HBase
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.99.0, 0.94.23, 0.98.6
 Environment: Linux
Reporter: Sebastien Barrier
Assignee: Sebastien Barrier
Priority: Minor
  Labels: patch
 Fix For: 2.0.0, 0.98.7, 0.94.24, 0.99.1

 Attachments: 12019-0.94-addendum.txt, HBASE-12019.patch


 hbase-env.sh is supposed to be used to set environment variables like 
 HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER but hbase-daemon.sh overwrite the 
 export of thoses, the benefit of hbase-env.sh is lost.



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


[jira] [Commented] (HBASE-12019) hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables

2014-09-19 Thread Lars Hofhansl (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14140886#comment-14140886
 ] 

Lars Hofhansl commented on HBASE-12019:
---

Added you as contributor and credited this to you [~sbarrier].

 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER 
 variables
 ---

 Key: HBASE-12019
 URL: https://issues.apache.org/jira/browse/HBASE-12019
 Project: HBase
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.99.0, 0.94.23, 0.98.6
 Environment: Linux
Reporter: Sebastien Barrier
Assignee: Sebastien Barrier
Priority: Minor
  Labels: patch
 Fix For: 2.0.0, 0.98.7, 0.94.24, 0.99.1

 Attachments: HBASE-12019.patch


 hbase-env.sh is supposed to be used to set environment variables like 
 HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER but hbase-daemon.sh overwrite the 
 export of thoses, the benefit of hbase-env.sh is lost.



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


[jira] [Commented] (HBASE-12019) hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables

2014-09-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14139824#comment-14139824
 ] 

Hudson commented on HBASE-12019:


SUCCESS: Integrated in HBase-0.94-security #522 (See 
[https://builds.apache.org/job/HBase-0.94-security/522/])
HBASE-12019 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and 
HBASE_SECURITY_LOGGER variables (Sebastien Barrier) (stack: rev 
017bb0f6a60703f73b2867170a1132de4f55a9e6)
* bin/hbase-daemon.sh


 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER 
 variables
 ---

 Key: HBASE-12019
 URL: https://issues.apache.org/jira/browse/HBASE-12019
 Project: HBase
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.99.0, 0.94.23, 0.98.6
 Environment: Linux
Reporter: Sebastien Barrier
Priority: Minor
  Labels: patch
 Fix For: 2.0.0, 0.98.7, 0.94.24, 0.99.1

 Attachments: HBASE-12019.patch


 hbase-env.sh is supposed to be used to set environment variables like 
 HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER but hbase-daemon.sh overwrite the 
 export of thoses, the benefit of hbase-env.sh is lost.



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


[jira] [Commented] (HBASE-12019) hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables

2014-09-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14139829#comment-14139829
 ] 

Hudson commented on HBASE-12019:


FAILURE: Integrated in HBase-0.94 #1412 (See 
[https://builds.apache.org/job/HBase-0.94/1412/])
HBASE-12019 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and 
HBASE_SECURITY_LOGGER variables (Sebastien Barrier) (stack: rev 
017bb0f6a60703f73b2867170a1132de4f55a9e6)
* bin/hbase-daemon.sh


 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER 
 variables
 ---

 Key: HBASE-12019
 URL: https://issues.apache.org/jira/browse/HBASE-12019
 Project: HBase
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.99.0, 0.94.23, 0.98.6
 Environment: Linux
Reporter: Sebastien Barrier
Priority: Minor
  Labels: patch
 Fix For: 2.0.0, 0.98.7, 0.94.24, 0.99.1

 Attachments: HBASE-12019.patch


 hbase-env.sh is supposed to be used to set environment variables like 
 HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER but hbase-daemon.sh overwrite the 
 export of thoses, the benefit of hbase-env.sh is lost.



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


[jira] [Commented] (HBASE-12019) hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables

2014-09-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14139836#comment-14139836
 ] 

Hudson commented on HBASE-12019:


SUCCESS: Integrated in HBase-0.94-JDK7 #181 (See 
[https://builds.apache.org/job/HBase-0.94-JDK7/181/])
HBASE-12019 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and 
HBASE_SECURITY_LOGGER variables (Sebastien Barrier) (stack: rev 
017bb0f6a60703f73b2867170a1132de4f55a9e6)
* bin/hbase-daemon.sh


 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER 
 variables
 ---

 Key: HBASE-12019
 URL: https://issues.apache.org/jira/browse/HBASE-12019
 Project: HBase
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.99.0, 0.94.23, 0.98.6
 Environment: Linux
Reporter: Sebastien Barrier
Priority: Minor
  Labels: patch
 Fix For: 2.0.0, 0.98.7, 0.94.24, 0.99.1

 Attachments: HBASE-12019.patch


 hbase-env.sh is supposed to be used to set environment variables like 
 HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER but hbase-daemon.sh overwrite the 
 export of thoses, the benefit of hbase-env.sh is lost.



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


[jira] [Commented] (HBASE-12019) hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables

2014-09-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14139864#comment-14139864
 ] 

Hudson commented on HBASE-12019:


FAILURE: Integrated in HBase-1.0 #202 (See 
[https://builds.apache.org/job/HBase-1.0/202/])
HBASE-12019 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and 
HBASE_SECURITY_LOGGER variables (Sebastien Barrier) (stack: rev 
e25ca034973ee68cf47b2f8b11cba620b74de880)
* bin/hbase-daemon.sh


 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER 
 variables
 ---

 Key: HBASE-12019
 URL: https://issues.apache.org/jira/browse/HBASE-12019
 Project: HBase
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.99.0, 0.94.23, 0.98.6
 Environment: Linux
Reporter: Sebastien Barrier
Priority: Minor
  Labels: patch
 Fix For: 2.0.0, 0.98.7, 0.94.24, 0.99.1

 Attachments: HBASE-12019.patch


 hbase-env.sh is supposed to be used to set environment variables like 
 HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER but hbase-daemon.sh overwrite the 
 export of thoses, the benefit of hbase-env.sh is lost.



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


[jira] [Commented] (HBASE-12019) hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables

2014-09-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14139875#comment-14139875
 ] 

Hudson commented on HBASE-12019:


FAILURE: Integrated in HBase-TRUNK #5529 (See 
[https://builds.apache.org/job/HBase-TRUNK/5529/])
HBASE-12019 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and 
HBASE_SECURITY_LOGGER variables (Sebastien Barrier) (stack: rev 
257562036b1da290425ed275c57b2d6bfe928e03)
* bin/hbase-daemon.sh


 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER 
 variables
 ---

 Key: HBASE-12019
 URL: https://issues.apache.org/jira/browse/HBASE-12019
 Project: HBase
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.99.0, 0.94.23, 0.98.6
 Environment: Linux
Reporter: Sebastien Barrier
Priority: Minor
  Labels: patch
 Fix For: 2.0.0, 0.98.7, 0.94.24, 0.99.1

 Attachments: HBASE-12019.patch


 hbase-env.sh is supposed to be used to set environment variables like 
 HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER but hbase-daemon.sh overwrite the 
 export of thoses, the benefit of hbase-env.sh is lost.



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


[jira] [Commented] (HBASE-12019) hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables

2014-09-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14139907#comment-14139907
 ] 

Hudson commented on HBASE-12019:


FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #499 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/499/])
HBASE-12019 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and 
HBASE_SECURITY_LOGGER variables (Sebastien Barrier) (stack: rev 
6267b919a0a684ab26dcee60751db1303bb936d8)
* bin/hbase-daemon.sh


 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER 
 variables
 ---

 Key: HBASE-12019
 URL: https://issues.apache.org/jira/browse/HBASE-12019
 Project: HBase
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.99.0, 0.94.23, 0.98.6
 Environment: Linux
Reporter: Sebastien Barrier
Priority: Minor
  Labels: patch
 Fix For: 2.0.0, 0.98.7, 0.94.24, 0.99.1

 Attachments: HBASE-12019.patch


 hbase-env.sh is supposed to be used to set environment variables like 
 HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER but hbase-daemon.sh overwrite the 
 export of thoses, the benefit of hbase-env.sh is lost.



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


[jira] [Commented] (HBASE-12019) hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables

2014-09-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14139916#comment-14139916
 ] 

Hudson commented on HBASE-12019:


SUCCESS: Integrated in HBase-0.98 #524 (See 
[https://builds.apache.org/job/HBase-0.98/524/])
HBASE-12019 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and 
HBASE_SECURITY_LOGGER variables (Sebastien Barrier) (stack: rev 
6267b919a0a684ab26dcee60751db1303bb936d8)
* bin/hbase-daemon.sh


 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER 
 variables
 ---

 Key: HBASE-12019
 URL: https://issues.apache.org/jira/browse/HBASE-12019
 Project: HBase
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.99.0, 0.94.23, 0.98.6
 Environment: Linux
Reporter: Sebastien Barrier
Priority: Minor
  Labels: patch
 Fix For: 2.0.0, 0.98.7, 0.94.24, 0.99.1

 Attachments: HBASE-12019.patch


 hbase-env.sh is supposed to be used to set environment variables like 
 HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER but hbase-daemon.sh overwrite the 
 export of thoses, the benefit of hbase-env.sh is lost.



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