我在用Eclipse编译Hive0.9.0时,编译通不过,如下所示:
Buildfile: /home/cdl/branch-0.9/build.xml ivy-init-dirs:
[echo] Project: hive
[mkdir] Created dir: /home/cdl/branch-0.9/build/ivy
[mkdir] Created dir: /home/cdl/branch-0.9/build/ivy/lib
[mkdir] Created dir: /home/cdl/branch-0.9/build/ivy/report
[mkdir] Created dir: /home/cdl/branch-0.9/build/ivy/maven ivy-download:
[echo] Project: hive
[get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
[get] To: /home/cdl/branch-0.9/build/ivy/lib/ivy-2.1.0.jar ivy-probe-antlib:
[echo] Project: hive ivy-init-antlib:
[echo] Project: hive compile-ant-tasks:
[echo] Project: hive create-dirs:
[echo] Project: anttasks
[mkdir] Created dir: /home/cdl/branch-0.9/build/anttasks
[mkdir] Created dir: /home/cdl/branch-0.9/build/anttasks/classes
[mkdir] Created dir: /home/cdl/branch-0.9/build/jexl/classes
[mkdir] Created dir: /home/cdl/branch-0.9/build/hadoopcore
[mkdir] Created dir: /home/cdl/branch-0.9/build/anttasks/test
[mkdir] Created dir: /home/cdl/branch-0.9/build/anttasks/test/src
[mkdir] Created dir: /home/cdl/branch-0.9/build/anttasks/test/classes
[mkdir] Created dir: /home/cdl/branch-0.9/build/anttasks/test/resources
[copy] Warning: /home/cdl/branch-0.9/ant/src/test/resources does not exist. init:
[echo] Project: anttasks ivy-init-settings:
[echo] Project: anttasks ivy-resolve:
[echo] Project: anttasks BUILD FAILED
/home/cdl/branch-0.9/build.xml:256: The following error occurred while executing this line:
/home/cdl/branch-0.9/build-common.xml:132: java.lang.ClassCastException: org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to java.lang.String Total time: 43 seconds 出错对应的位置文件内容为:
我百度了很久,都无法解决。求各位大神帮帮忙!
|