2016-04-07 15 views
1

Ich frage mich, welche minimale Umgebung ich brauche, um meine Apex-Apps zu entwickeln und zu testen?Apache Apex minimale Entwicklungsumgebung

Laufen in Eclipse auf Windows erzielte ich Apex Projekt mit dem Apex Archetyp und versucht, die Standard-JUnit Test ausführen, die erstellt wird, sondern erhalten den folgenden Fehler:

2016-04-05 13:00:02,677 [main] DEBUG physical.PhysicalPlan initCheckpoint - Writing activation checkpoint {ffffffffffffffff, 0, 0} PTOperator[id=1,name=randomGenerator] RandomNumberGenerator{name=null} 2016-04-05 13:00:02,697 [main] ERROR util.Shell getWinUtilsPath - Failed to locate the winutils binary in the hadoop binary path java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries. at org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:278) at org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:300) at org.apache.hadoop.util.Shell.(Shell.java:293) at org.apache.hadoop.fs.RawLocalFileSystem.setPermission(RawLocalFileSystem.java:639) at org.apache.hadoop.fs.RawLocalFileSystem.create(RawLocalFileSystem.java:305)

Was brauche ich, um installiert haben um eine Entwicklungsumgebung zum Laufen zu bringen? Ist Hadoop für solche JUnit-Tests erforderlich?

Antwort