[jira] [Updated] (HBASE-13120) Allow disabling hadoop classpath and native library lookup

2018-05-17 Thread Sean Busbey (JIRA)

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

Sean Busbey updated HBASE-13120:

Component/s: (was: hbase)
 scripts
 hadoop2

> Allow disabling hadoop classpath and native library lookup
> --
>
> Key: HBASE-13120
> URL: https://issues.apache.org/jira/browse/HBASE-13120
> Project: HBase
>  Issue Type: Improvement
>  Components: hadoop2, scripts
>Affects Versions: 0.98.0
>Reporter: Siddharth Wagle
>Priority: Major
> Fix For: 1.0.1, 1.1.0, 0.98.12, 2.0.0
>
> Attachments: HBASE-13120-1.patch, HBASE-13120.patch
>
>
> - Current bin/hbase script sets the java.library.path to include hadoop 
> native libs based on what version of hadoop is installed on the box.
> {code}
> HADOOP_IN_PATH=$(PATH="${HADOOP_HOME:-${HADOOP_PREFIX}}/bin:$PATH" which 
> hadoop 2>/dev/null)
> {code}
> - This effectively means that a self-contained HBase running with a different 
> version of embedded hadoop jars will fail to work in case of version 
> incompatibilities.
> - Example: AMBARI-5707, runs a embedded HBase on local FS side-by-side with 
> cluster Hadoop installation.
> - It would be good to have a hbase-env variable to completely override native 
> lib path or a config to disable native lib path lookup, in which case user 
> has to provide it during start.



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


[jira] [Updated] (HBASE-13120) Allow disabling hadoop classpath and native library lookup

2015-03-03 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-13120:
---
Fix Version/s: 0.98.12
   1.0.1

 Allow disabling hadoop classpath and native library lookup
 --

 Key: HBASE-13120
 URL: https://issues.apache.org/jira/browse/HBASE-13120
 Project: HBase
  Issue Type: Improvement
  Components: hbase
Affects Versions: 0.98.0
Reporter: Siddharth Wagle
 Fix For: 2.0.0, 1.0.1, 1.1.0, 0.98.12

 Attachments: HBASE-13120-1.patch, HBASE-13120.patch


 - Current bin/hbase script sets the java.library.path to include hadoop 
 native libs based on what version of hadoop is installed on the box.
 {code}
 HADOOP_IN_PATH=$(PATH=${HADOOP_HOME:-${HADOOP_PREFIX}}/bin:$PATH which 
 hadoop 2/dev/null)
 {code}
 - This effectively means that a self-contained HBase running with a different 
 version of embedded hadoop jars will fail to work in case of version 
 incompatibilities.
 - Example: AMBARI-5707, runs a embedded HBase on local FS side-by-side with 
 cluster Hadoop installation.
 - It would be good to have a hbase-env variable to completely override native 
 lib path or a config to disable native lib path lookup, in which case user 
 has to provide it during start.



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


[jira] [Updated] (HBASE-13120) Allow disabling hadoop classpath and native library lookup

2015-02-27 Thread Siddharth Wagle (JIRA)

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

Siddharth Wagle updated HBASE-13120:

Attachment: HBASE-13120-1.patch

 Allow disabling hadoop classpath and native library lookup
 --

 Key: HBASE-13120
 URL: https://issues.apache.org/jira/browse/HBASE-13120
 Project: HBase
  Issue Type: Improvement
  Components: hbase
Affects Versions: 0.98.0
Reporter: Siddharth Wagle
 Attachments: HBASE-13120-1.patch, HBASE-13120.patch


 - Current bin/hbase script sets the java.library.path to include hadoop 
 native libs based on what version of hadoop is installed on the box.
 {code}
 HADOOP_IN_PATH=$(PATH=${HADOOP_HOME:-${HADOOP_PREFIX}}/bin:$PATH which 
 hadoop 2/dev/null)
 {code}
 - This effectively means that a self-contained HBase running with a different 
 version of embedded hadoop jars will fail to work in case of version 
 incompatibilities.
 - Example: AMBARI-5707, runs a embedded HBase on local FS side-by-side with 
 cluster Hadoop installation.
 - It would be good to have a hbase-env variable to completely override native 
 lib path or a config to disable native lib path lookup, in which case user 
 has to provide it during start.



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


[jira] [Updated] (HBASE-13120) Allow disabling hadoop classpath and native library lookup

2015-02-27 Thread Siddharth Wagle (JIRA)

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

Siddharth Wagle updated HBASE-13120:

Attachment: (was: HBASE-13120-1.patch)

 Allow disabling hadoop classpath and native library lookup
 --

 Key: HBASE-13120
 URL: https://issues.apache.org/jira/browse/HBASE-13120
 Project: HBase
  Issue Type: Improvement
  Components: hbase
Affects Versions: 0.98.0
Reporter: Siddharth Wagle
 Attachments: HBASE-13120-1.patch, HBASE-13120.patch


 - Current bin/hbase script sets the java.library.path to include hadoop 
 native libs based on what version of hadoop is installed on the box.
 {code}
 HADOOP_IN_PATH=$(PATH=${HADOOP_HOME:-${HADOOP_PREFIX}}/bin:$PATH which 
 hadoop 2/dev/null)
 {code}
 - This effectively means that a self-contained HBase running with a different 
 version of embedded hadoop jars will fail to work in case of version 
 incompatibilities.
 - Example: AMBARI-5707, runs a embedded HBase on local FS side-by-side with 
 cluster Hadoop installation.
 - It would be good to have a hbase-env variable to completely override native 
 lib path or a config to disable native lib path lookup, in which case user 
 has to provide it during start.



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


[jira] [Updated] (HBASE-13120) Allow disabling hadoop classpath and native library lookup

2015-02-27 Thread Siddharth Wagle (JIRA)

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

Siddharth Wagle updated HBASE-13120:

Attachment: HBASE-13120-1.patch

 Allow disabling hadoop classpath and native library lookup
 --

 Key: HBASE-13120
 URL: https://issues.apache.org/jira/browse/HBASE-13120
 Project: HBase
  Issue Type: Improvement
  Components: hbase
Affects Versions: 0.98.0
Reporter: Siddharth Wagle
 Attachments: HBASE-13120-1.patch, HBASE-13120.patch


 - Current bin/hbase script sets the java.library.path to include hadoop 
 native libs based on what version of hadoop is installed on the box.
 {code}
 HADOOP_IN_PATH=$(PATH=${HADOOP_HOME:-${HADOOP_PREFIX}}/bin:$PATH which 
 hadoop 2/dev/null)
 {code}
 - This effectively means that a self-contained HBase running with a different 
 version of embedded hadoop jars will fail to work in case of version 
 incompatibilities.
 - Example: AMBARI-5707, runs a embedded HBase on local FS side-by-side with 
 cluster Hadoop installation.
 - It would be good to have a hbase-env variable to completely override native 
 lib path or a config to disable native lib path lookup, in which case user 
 has to provide it during start.



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


[jira] [Updated] (HBASE-13120) Allow disabling hadoop classpath and native library lookup

2015-02-27 Thread Enis Soztutar (JIRA)

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

Enis Soztutar updated HBASE-13120:
--
   Resolution: Fixed
Fix Version/s: 1.1.0
   2.0.0
   Status: Resolved  (was: Patch Available)

I have committed this. Thanks Sid for the patch. 

 Allow disabling hadoop classpath and native library lookup
 --

 Key: HBASE-13120
 URL: https://issues.apache.org/jira/browse/HBASE-13120
 Project: HBase
  Issue Type: Improvement
  Components: hbase
Affects Versions: 0.98.0
Reporter: Siddharth Wagle
 Fix For: 2.0.0, 1.1.0

 Attachments: HBASE-13120-1.patch, HBASE-13120.patch


 - Current bin/hbase script sets the java.library.path to include hadoop 
 native libs based on what version of hadoop is installed on the box.
 {code}
 HADOOP_IN_PATH=$(PATH=${HADOOP_HOME:-${HADOOP_PREFIX}}/bin:$PATH which 
 hadoop 2/dev/null)
 {code}
 - This effectively means that a self-contained HBase running with a different 
 version of embedded hadoop jars will fail to work in case of version 
 incompatibilities.
 - Example: AMBARI-5707, runs a embedded HBase on local FS side-by-side with 
 cluster Hadoop installation.
 - It would be good to have a hbase-env variable to completely override native 
 lib path or a config to disable native lib path lookup, in which case user 
 has to provide it during start.



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


[jira] [Updated] (HBASE-13120) Allow disabling hadoop classpath and native library lookup

2015-02-26 Thread Siddharth Wagle (JIRA)

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

Siddharth Wagle updated HBASE-13120:

Attachment: HBASE-13120.patch

 Allow disabling hadoop classpath and native library lookup
 --

 Key: HBASE-13120
 URL: https://issues.apache.org/jira/browse/HBASE-13120
 Project: HBase
  Issue Type: Improvement
  Components: hbase
Affects Versions: 0.98.0
Reporter: Siddharth Wagle
 Attachments: HBASE-13120.patch


 - Current bin/hbase script sets the java.library.path to include hadoop 
 native libs based on what version of hadoop is installed on the box.
 {code}
 HADOOP_IN_PATH=$(PATH=${HADOOP_HOME:-${HADOOP_PREFIX}}/bin:$PATH which 
 hadoop 2/dev/null)
 {code}
 - This effectively means that a self-contained HBase running with a different 
 version of embedded hadoop jars will fail to work in case of version 
 incompatibilities.
 - Example: AMBARI-5707, runs a embedded HBase on local FS side-by-side with 
 cluster Hadoop installation.
 - It would be good to have a hbase-env variable to completely override native 
 lib path or a config to disable native lib path lookup, in which case user 
 has to provide it during start.



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


[jira] [Updated] (HBASE-13120) Allow disabling hadoop classpath and native library lookup

2015-02-26 Thread Siddharth Wagle (JIRA)

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

Siddharth Wagle updated HBASE-13120:

Status: Patch Available  (was: Open)

Verified manually that patch works.

 Allow disabling hadoop classpath and native library lookup
 --

 Key: HBASE-13120
 URL: https://issues.apache.org/jira/browse/HBASE-13120
 Project: HBase
  Issue Type: Improvement
  Components: hbase
Affects Versions: 0.98.0
Reporter: Siddharth Wagle
 Attachments: HBASE-13120.patch


 - Current bin/hbase script sets the java.library.path to include hadoop 
 native libs based on what version of hadoop is installed on the box.
 {code}
 HADOOP_IN_PATH=$(PATH=${HADOOP_HOME:-${HADOOP_PREFIX}}/bin:$PATH which 
 hadoop 2/dev/null)
 {code}
 - This effectively means that a self-contained HBase running with a different 
 version of embedded hadoop jars will fail to work in case of version 
 incompatibilities.
 - Example: AMBARI-5707, runs a embedded HBase on local FS side-by-side with 
 cluster Hadoop installation.
 - It would be good to have a hbase-env variable to completely override native 
 lib path or a config to disable native lib path lookup, in which case user 
 has to provide it during start.



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


[jira] [Updated] (HBASE-13120) Allow disabling hadoop classpath and native library lookup

2015-02-26 Thread Siddharth Wagle (JIRA)

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

Siddharth Wagle updated HBASE-13120:

Attachment: HBASE-13120.patch

 Allow disabling hadoop classpath and native library lookup
 --

 Key: HBASE-13120
 URL: https://issues.apache.org/jira/browse/HBASE-13120
 Project: HBase
  Issue Type: Improvement
  Components: hbase
Affects Versions: 0.98.0
Reporter: Siddharth Wagle
 Attachments: HBASE-13120.patch


 - Current bin/hbase script sets the java.library.path to include hadoop 
 native libs based on what version of hadoop is installed on the box.
 {code}
 HADOOP_IN_PATH=$(PATH=${HADOOP_HOME:-${HADOOP_PREFIX}}/bin:$PATH which 
 hadoop 2/dev/null)
 {code}
 - This effectively means that a self-contained HBase running with a different 
 version of embedded hadoop jars will fail to work in case of version 
 incompatibilities.
 - Example: AMBARI-5707, runs a embedded HBase on local FS side-by-side with 
 cluster Hadoop installation.
 - It would be good to have a hbase-env variable to completely override native 
 lib path or a config to disable native lib path lookup, in which case user 
 has to provide it during start.



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


[jira] [Updated] (HBASE-13120) Allow disabling hadoop classpath and native library lookup

2015-02-26 Thread Siddharth Wagle (JIRA)

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

Siddharth Wagle updated HBASE-13120:

Attachment: (was: HBASE-13120.patch)

 Allow disabling hadoop classpath and native library lookup
 --

 Key: HBASE-13120
 URL: https://issues.apache.org/jira/browse/HBASE-13120
 Project: HBase
  Issue Type: Improvement
  Components: hbase
Affects Versions: 0.98.0
Reporter: Siddharth Wagle
 Attachments: HBASE-13120.patch


 - Current bin/hbase script sets the java.library.path to include hadoop 
 native libs based on what version of hadoop is installed on the box.
 {code}
 HADOOP_IN_PATH=$(PATH=${HADOOP_HOME:-${HADOOP_PREFIX}}/bin:$PATH which 
 hadoop 2/dev/null)
 {code}
 - This effectively means that a self-contained HBase running with a different 
 version of embedded hadoop jars will fail to work in case of version 
 incompatibilities.
 - Example: AMBARI-5707, runs a embedded HBase on local FS side-by-side with 
 cluster Hadoop installation.
 - It would be good to have a hbase-env variable to completely override native 
 lib path or a config to disable native lib path lookup, in which case user 
 has to provide it during start.



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