Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
when I using the ./gradlew clean build -PhadoopVersion=2.6.4 command to build the gobblin according to the README file,but build failed. the build info :
FAILURE: Build failed with an exception.
- Where:
Build file '/home/chris/gobblin-gobblin_0.7.0/build.gradle' line: 101 - What went wrong:
A problem occurred evaluating root project 'gobblin-gobblin_0.7.0'.
> Process 'command 'git'' finished with non-zero exit value 128
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Github Url : https://github.com/linkedin/gobblin/issues/1241
Github Reporter : Tracy6465
Github Created At : 2016-08-30T08:39:45Z
Github Updated At : 2017-01-12T04:58:42Z
Comments
chavdar wrote on 2016-08-30T08:41:19Z : Is this command run on a copy cloned from git?
On Tue, Aug 30, 2016 at 1:39 AM, Chris AuYeung notifications@github.com
wrote:
> when I using the ./gradlew clean build -PhadoopVersion=2.6.4 command to
> build the gobblin according to the README file,but build failed. the build
> info :
> FAILURE: Build failed with an exception.
>
> -
>
> Where:
> Build file '/home/chris/gobblin-gobblin_0.7.0/build.gradle' line: 101
> -
>
> What went wrong:
> A problem occurred evaluating root project 'gobblin-gobblin_0.7.0'.
>
> Process 'command 'git'' finished with non-zero exit value 128
>
> -
>
> Try:
> Run with --stacktrace option to get the stack trace. Run with --info
> or --debug option to get more log output.
>
> BUILD FAILED
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> https://github.com/linkedin/gobblin/issues/1241, or mute the thread
> https://github.com/notifications/unsubscribe-auth/AA4sG1QfSru8JohXD3yR7IqNXisygyAnks5qk-xSgaJpZM4JwR5z
> .
Github Url : https://github.com/linkedin/gobblin/issues/1241#issuecomment-243372424
Tracy6465 wrote on 2016-08-30T08:50:25Z : @chavdar
I downloaded the source code from the Latest release list. and tar the tar. gz file to my local file system.
Github Url : https://github.com/linkedin/gobblin/issues/1241#issuecomment-243374604
chavdar wrote on 2016-08-30T08:51:40Z : Try running
./gradlew clean build -PhadoopVersion=2.6.4 -Pversion=0.7.0
On Tue, Aug 30, 2016 at 1:50 AM, Chris AuYeung notifications@github.com
wrote:
> @chavdar https://github.com/chavdar
> I downloaded the source code from the Latest release list. and tar the
> tar. gz file to my local file system.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> https://github.com/linkedin/gobblin/issues/1241#issuecomment-243374604,
> or mute the thread
> https://github.com/notifications/unsubscribe-auth/AA4sGzopMiiI9I4gjdgwmBf_Rr88TjZ1ks5qk-7SgaJpZM4JwR5z
> .
Github Url : https://github.com/linkedin/gobblin/issues/1241#issuecomment-243374923
Tracy6465 wrote on 2016-08-30T09:03:36Z : @chavdar
I runned the command, build failed.
FAILURE: Build completed with 3 failures.
-
- 1: Task failed with an exception.
- What went wrong:
java.io.IOException: 权限不够
> 权限不够
the Chinese words权限不够 means Insufficient privileges.
should I use the root accout run it ?
Github Url : https://github.com/linkedin/gobblin/issues/1241#issuecomment-243377863
chavdar wrote on 2016-08-30T14:24:05Z : You need right permissions to the project's directory. Is the directory
owned by root?
On Tue, Aug 30, 2016 at 2:03 AM, Chris AuYeung notifications@github.com
wrote:
> @chavdar https://github.com/chavdar
>
> I runned the command, build failed.
>
> FAILURE: Build completed with 3 failures.
> 1: Task failed with an exception.
> - What went wrong: java.io.IOException: 权限不够 > 权限不够
>
> the Chinese words权限不够 means Insufficient privileges.
>
> should I use the root accout run it ?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> https://github.com/linkedin/gobblin/issues/1241#issuecomment-243377863,
> or mute the thread
> https://github.com/notifications/unsubscribe-auth/AA4sG3F8Bzi3fdCt0wCH4OqYEcWwCy1mks5qk_HpgaJpZM4JwR5z
> .
Github Url : https://github.com/linkedin/gobblin/issues/1241#issuecomment-243456084
Tracy6465 wrote on 2016-08-31T03:35:27Z : @chavdar
no. in my /home/chirs .
later, I cloned the soure code by git,and compiled it,but now , I run the command ./gobblin-mapreduce.sh --workdir /home/gobblin-work-dir --conf ../jobconf/job.pull, there is an exception:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/local/gobblin-dist/lib/slf4j-log4j12-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/local/hadoop/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
Exception in thread main gobblin.runtime.JobException: Job job_GobblinKafkaQuickStart_1472614259932 failed
at gobblin.runtime.AbstractJobLauncher.launchJob(AbstractJobLauncher.java:363)
at gobblin.runtime.mapreduce.CliMRJobLauncher.launchJob(CliMRJobLauncher.java:84)
at gobblin.runtime.mapreduce.CliMRJobLauncher.run(CliMRJobLauncher.java:61)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84)
at gobblin.runtime.mapreduce.CliMRJobLauncher.main(CliMRJobLauncher.java:106)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.hadoop.util.RunJar.run(RunJar.java:221)
at org.apache.hadoop.util.RunJar.main(RunJar.java:136)
Github Url : https://github.com/linkedin/gobblin/issues/1241#issuecomment-243649271