Comments on: Integrating Apache Tez with Hadoop https://acadgild.com/blog/integrating-apache-tez-with-hadoop/ Learn. Do. Earn. Thu, 25 Aug 2016 12:12:23 +0000 hourly 1 https://wordpress.org/?v=4.5.3 By: RajGopal https://acadgild.com/blog/integrating-apache-tez-with-hadoop/#comment-3272 Wed, 27 Jul 2016 08:11:54 +0000 https://acadgild.com/blog/?p=1466#comment-3272 Before typing ./autogen.sh

make sure you install libtool
sudo apt-get install libtool

this will remove autoreconf not found error .

]]>
By: Amit https://acadgild.com/blog/integrating-apache-tez-with-hadoop/#comment-2821 Fri, 17 Jun 2016 18:13:03 +0000 https://acadgild.com/blog/?p=1466#comment-2821 For issue in tez jar build, if it is related to tez-ui; install git.

For CentOS:

sudo yum install git-all

]]>
By: vasanth https://acadgild.com/blog/integrating-apache-tez-with-hadoop/#comment-2651 Tue, 07 Jun 2016 14:18:09 +0000 https://acadgild.com/blog/?p=1466#comment-2651 Hi i got the following wrror,while following steps:

[INFO] Running ‘npm install –color=false’ in /home/vasanth/Desktop/software/apache-tez-0.8.1-alpha-src/tez-ui/src/main/webapp
[INFO]
[INFO] — exec-maven-plugin:1.3.2:exec (Bower install) @ tez-ui —
bower FileSaver.js#24b303f49213b905ec9062b708f7cd43d56a5dde ENOGIT git is not installed or not in the PATH
[INFO] ————————————————————————
[INFO] Reactor Summary:
[INFO]
[INFO] tez ………………………………………… SUCCESS [ 1.591 s]
[INFO] tez-api …………………………………….. SUCCESS [ 10.188 s]
[INFO] tez-common ………………………………….. SUCCESS [ 0.688 s]
[INFO] tez-runtime-internals ………………………… SUCCESS [ 1.209 s]
[INFO] tez-runtime-library ………………………….. SUCCESS [ 3.258 s]
[INFO] tez-mapreduce ……………………………….. SUCCESS [ 1.814 s]
[INFO] tez-examples ………………………………… SUCCESS [ 0.343 s]
[INFO] tez-dag …………………………………….. SUCCESS [ 6.750 s]
[INFO] tez-tests …………………………………… SUCCESS [ 1.443 s]
[INFO] tez-ext-service-tests ………………………… SUCCESS [ 1.386 s]
[INFO] tez-ui ……………………………………… FAILURE [ 8.437 s]
[INFO] tez-plugins …………………………………. SKIPPED
[INFO] tez-yarn-timeline-history …………………….. SKIPPED
[INFO] tez-yarn-timeline-history-with-acls ……………. SKIPPED
[INFO] tez-history-parser …………………………… SKIPPED
[INFO] tez-tools …………………………………… SKIPPED
[INFO] tez-perf-analyzer ……………………………. SKIPPED
[INFO] tez-job-analyzer …………………………….. SKIPPED
[INFO] tez-javadoc-tools ……………………………. SKIPPED
[INFO] tez-dist ……………………………………. SKIPPED
[INFO] Tez ………………………………………… SKIPPED
[INFO] ————————————————————————
[INFO] BUILD FAILURE
[INFO] ————————————————————————
[INFO] Total time: 37.771 s
[INFO] Finished at: 2016-06-07T19:41:06+05:30
[INFO] Final Memory: 68M/418M
[INFO] ————————————————————————
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:exec (Bower install) on project tez-ui: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:exec (Bower install) on project tez-ui: Command execution failed.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed.
at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:303)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
… 20 more
Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:402)
at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:164)
at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:746)
at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:292)
… 22 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :tez-ui

]]>
By: vasanth https://acadgild.com/blog/integrating-apache-tez-with-hadoop/#comment-2650 Tue, 07 Jun 2016 14:14:11 +0000 https://acadgild.com/blog/?p=1466#comment-2650 Hi, i got the following error while following steps,

[INFO] Running ‘npm install –color=false’ in /home/vasanth/Desktop/software/apache-tez-0.8.1-alpha-src/tez-ui/src/main/webapp
[INFO]
[INFO] — exec-maven-plugin:1.3.2:exec (Bower install) @ tez-ui —
bower FileSaver.js#24b303f49213b905ec9062b708f7cd43d56a5dde ENOGIT git is not installed or not in the PATH
[INFO] ————————————————————————
[INFO] Reactor Summary:
[INFO]
[INFO] tez ………………………………………… SUCCESS [ 1.591 s]
[INFO] tez-api …………………………………….. SUCCESS [ 10.188 s]
[INFO] tez-common ………………………………….. SUCCESS [ 0.688 s]
[INFO] tez-runtime-internals ………………………… SUCCESS [ 1.209 s]
[INFO] tez-runtime-library ………………………….. SUCCESS [ 3.258 s]
[INFO] tez-mapreduce ……………………………….. SUCCESS [ 1.814 s]
[INFO] tez-examples ………………………………… SUCCESS [ 0.343 s]
[INFO] tez-dag …………………………………….. SUCCESS [ 6.750 s]
[INFO] tez-tests …………………………………… SUCCESS [ 1.443 s]
[INFO] tez-ext-service-tests ………………………… SUCCESS [ 1.386 s]
[INFO] tez-ui ……………………………………… FAILURE [ 8.437 s]
[INFO] tez-plugins …………………………………. SKIPPED
[INFO] tez-yarn-timeline-history …………………….. SKIPPED
[INFO] tez-yarn-timeline-history-with-acls ……………. SKIPPED
[INFO] tez-history-parser …………………………… SKIPPED
[INFO] tez-tools …………………………………… SKIPPED
[INFO] tez-perf-analyzer ……………………………. SKIPPED
[INFO] tez-job-analyzer …………………………….. SKIPPED
[INFO] tez-javadoc-tools ……………………………. SKIPPED
[INFO] tez-dist ……………………………………. SKIPPED
[INFO] Tez ………………………………………… SKIPPED
[INFO] ————————————————————————
[INFO] BUILD FAILURE
[INFO] ————————————————————————
[INFO] Total time: 37.771 s
[INFO] Finished at: 2016-06-07T19:41:06+05:30
[INFO] Final Memory: 68M/418M
[INFO] ————————————————————————
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:exec (Bower install) on project tez-ui: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:exec (Bower install) on project tez-ui: Command execution failed.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed.
at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:303)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
… 20 more
Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:402)
at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:164)
at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:746)
at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:292)
… 22 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :tez-ui

any suggestions to problem?

]]>