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

Reply via email to