hadoop - Oozie distro creation failed -


i trying install oozie 3.3.0 , getting following error when run mkdistro.sh -dskiptests under $oozie_home/bin

downloading: http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar [info] ------------------------------------------------------------------------ [info] reactor summary: [info]  [info] apache oozie main ................................. success [1.552s] [info] apache oozie client ............................... success [55.093s] [info] apache oozie hadoop 1.0.1.oozie-3.3.0 ............. success [7.014s] [info] apache oozie hadoop distcp 1.0.1.oozie-3.3.0 ...... success [0.785s] [info] apache oozie hadoop 1.0.1.oozie-3.3.0 test ........ success [3.062s] [info] apache oozie hadoop 2.0.2-alpha.oozie-3.3.0 ....... failure [1.445s] [info] apache oozie hadoop 2.0.2-alpha.oozie-3.3.0 test .. skipped [info] apache oozie hadoop distcp 2.0.2-alpha.oozie-3.3.0  skipped 

failed execute goal on project oozie-hadoop: not resolve dependencies project org.apache.oozie:oozie-hadoop:jar:2.0.2-alpha.oozie-3.3.0: not transfer artifact com.sun.xml.bind:jaxb-impl:jar:2.2.3-1 from/to central (http://repo1.maven.org/maven2): request of: com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar central failed: premature end of content-length delimited message body (expected: 890168; received: 0 ->

you can try , manually download pom , jar maven central , manually install jars local repository (both links work me):

once you've done can try , run installation again


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -