出現的問題:hbase在配置過程中出現java路徑配置錯誤問題: 在HBase 環境配置檔案 hbase-env.sh 中,JAVA_HOME 尚未配置
解決方案(列出遇到的問題和解決辦法,列出沒有解決的問題):於hbase-env.sh 中配置
GNU nano 2.9.3 /home/hadoop/hbase/conf/hbase-env.sh #!/usr/bin/env bash # export LD_LIBRARY_PATH=/home/hadoop/hadoop/lib/native export HBASE_MANAGES_ZK=true #/** # * Licensed to the Apache Software Foundation (ASF) under one # * or more contributor license agreements. See the NOTICE file # * distributed with this work for additional information # * regarding copyright ownership. The ASF licenses this file # * to you under the Apache License, Version 2.0 (the # * "License"); you may not use this file except in compliance # * with the License. You may obtain a copy of the License at