You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "KimboQi (JIRA)" <ji...@apache.org> on 2013/03/07 12:10:13 UTC

[jira] [Created] (HADOOP-9378) start_thift_server can not run successfully.

KimboQi created HADOOP-9378:
-------------------------------

             Summary: start_thift_server can not run successfully.
                 Key: HADOOP-9378
                 URL: https://issues.apache.org/jira/browse/HADOOP-9378
             Project: Hadoop Common
          Issue Type: Bug
          Components: scripts
    Affects Versions: 1.0.4
            Reporter: KimboQi


Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration,
then i add "
for f in $TOP/*.jar ; do
  CLASSPATH=$CLASSPATH:$f
done
" into the script, it run successfully

--
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