ソースから apache drill 1.1.0 をビルドしています。次のエラーが発生しました。
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Drill Root POM ............................. SUCCESS [8.234s]
[INFO] Drill Protocol .................................... SUCCESS [6.639s]
[INFO] Common (Logical Plan, Base expressions) ........... SUCCESS [50.152s]
[INFO] contrib/Parent Pom ................................ SUCCESS [0.717s]
[INFO] contrib/data/Parent Pom ........................... SUCCESS [0.365s]
[INFO] contrib/data/tpch-sample-data ..................... SUCCESS [4.968s]
[INFO] exec/Parent Pom ................................... SUCCESS [0.545s]
[INFO] exec/Java Execution Engine ........................ FAILURE [38.896s]
[INFO] exec/JDBC Driver using dependencies ............... SKIPPED
[INFO] JDBC JAR with all dependencies .................... SKIPPED
[INFO] contrib/mongo-storage-plugin ...................... SKIPPED
[INFO] contrib/hbase-storage-plugin ...................... SKIPPED
[INFO] contrib/hive-storage-plugin/Parent Pom ............ SKIPPED
[INFO] contrib/hive-storage-plugin/hive-exec-shaded ...... SKIPPED
[INFO] contrib/hive-storage-plugin/core .................. SKIPPED
[INFO] Packaging and Distribution Assembly ............... SKIPPED
[INFO] contrib/sqlline ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:51.105s
[INFO] Finished at: Mon Aug 10 07:24:19 IST 2015
[INFO] Final Memory: 67M/325M
[INFO] ------------------------------------------------------------------------
[エラー] プロジェクト drill-java-exec でゴールを実行できませんでした: プロジェクト org.apache.drill.exec:drill-java-exec:jar:1.2.0-SNAPSHOT の依存関係を解決できませんでした: アーティファクト net.hydromatic を転送できませんでした:foodmart-data-json:jar:0.4 from/to central ( http://repo.maven.apache.org/maven2 ): GET リクエスト: net/hydromatic/foodmart-data-json/0.4/foodmart-data-中央からの json-0.4.jar が失敗しました: Content-Length で区切られたメッセージ本文の途中終了 (予想: 18196233; 受信: 17400 -> [ヘルプ 1]
編集:
の瓶をチェックしました.m2/repository
。foodmart-data-json-0.4.jar.lastUpdated
、foodmart-data-json-0.4.pom.lastUpdated
、foodmart-data-json-0.4.pom
、 、foodmart-data-json-0.4.pom.sha1
が含まれています_maven.repositories
。foodmart-data-json-0.4.jar.lastUpdated
テキストエディタで開いたとき。私が見つけた:
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Mon Aug 10 08:44:18 IST 2015
http\://repository.mapr.com/nexus/content/repositories/drill/.lastUpdated=1439176430716
default-http\://repo.maven.apache.org/maven2/.lastUpdated=1439176458509
http\://conjars.org/repo/.lastUpdated=1439176430238
http\://repository.mapr.com/nexus/content/repositories/drill/.error=
http\://repo.maven.apache.org/maven2/.error=Could not transfer artifact net.hydromatic\:foodmart-data-json\:jar\:0.4 from/to central (http\://repo.maven.apache.org/maven2)\: GET request of\: net/hydromatic/foodmart-data-json/0.4/foodmart-data-json-0.4.jar from central failed
http\://conjars.org/repo/.error=
このエラーを解決するにはどうすればよいですか?