You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2017/03/29 10:32:35 UTC

kylin git commit: update FAQ

Repository: kylin
Updated Branches:
  refs/heads/document a34f34ea6 -> 2643398c1


update FAQ


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/2643398c
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/2643398c
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/2643398c

Branch: refs/heads/document
Commit: 2643398c164b9a02aa49f87c0124573d98d8d066
Parents: a34f34e
Author: shaofengshi <sh...@apache.org>
Authored: Wed Mar 29 18:32:31 2017 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Wed Mar 29 18:32:31 2017 +0800

----------------------------------------------------------------------
 website/_docs20/gettingstarted/faq.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/2643398c/website/_docs20/gettingstarted/faq.md
----------------------------------------------------------------------
diff --git a/website/_docs20/gettingstarted/faq.md b/website/_docs20/gettingstarted/faq.md
index d1455b4..d3f3bbf 100644
--- a/website/_docs20/gettingstarted/faq.md
+++ b/website/_docs20/gettingstarted/faq.md
@@ -6,9 +6,9 @@ permalink: /docs20/gettingstarted/faq.html
 since: v0.6.x
 ---
 
-#### 1. "bin/find-hive-dependency.sh" can locate hive/hcat jars in local, but Kylin reports error like "java.lang.NoClassDefFoundError: org/apache/hive/hcatalog/mapreduce/HCatInputFormat"
+#### 1. "bin/find-hive-dependency.sh" can locate hive/hcat jars in local, but Kylin reports error like "java.lang.NoClassDefFoundError: org/apache/hive/hcatalog/mapreduce/HCatInputFormat" or "java.lang.NoClassDefFoundError: org/apache/hadoop/hive/ql/session/SessionState"
 
-  * Kylin need many dependent jars (hadoop/hive/hcat/hbase/kafka) on classpath to work, but Kylin doesn't ship them. It will seek these jars from your local machine by running commands like `hbase classpath`, `hive -e set` etc. The founded jars' path will be appended to the environment variable *HBASE_CLASSPATH* (Kylin uses `hbase` shell command to start up, which will read this). But in some Hadoop distribution (like EMR 5.0), the `hbase` shell doesn't keep the origin `HBASE_CLASSPATH` value, that causes the "NoClassDefFoundError".
+  * Kylin need many dependent jars (hadoop/hive/hcat/hbase/kafka) on classpath to work, but Kylin doesn't ship them. It will seek these jars from your local machine by running commands like `hbase classpath`, `hive -e set` etc. The founded jars' path will be appended to the environment variable *HBASE_CLASSPATH* (Kylin uses `hbase` shell command to start up, which will read this). But in some Hadoop distribution (like AWS EMR 5.0), the `hbase` shell doesn't keep the origin `HBASE_CLASSPATH` value, that causes the "NoClassDefFoundError".
 
   * To fix this, find the hbase shell script (in hbase/bin folder), and search *HBASE_CLASSPATH*, check whether it overwrite the value like :