big-carpet-38439
02/19/2021, 7:23 PMmammoth-bear-12532
narrow-painting-12219
02/22/2021, 8:09 PMloud-island-88694
loud-island-88694
gray-shoe-75895
02/22/2021, 9:09 PMnarrow-painting-12219
02/23/2021, 8:29 PM...
19:58:16,434 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5efa40fe - Registering current configuration as safe fallback point
19:58:30 [application-akka.actor.default-dispatcher-2] INFO akka.event.slf4j.Slf4jLogger - Slf4jLogger started
19:58:34 [main] WARN c.l.r.t.h.client.HttpClientFactory - No scheduled executor is provided to HttpClientFactory, using it's own scheduled executor.
19:58:34 [main] WARN c.l.r.t.h.client.HttpClientFactory - No callback executor is provided to HttpClientFactory, using it's own call back executor.
19:58:34 [main] WARN c.l.r.t.h.client.HttpClientFactory - No Compression executor is provided to HttpClientFactory, using it's own compression executor.
19:58:34 [main] INFO c.l.r.t.h.client.HttpClientFactory - The service 'null' has been assigned to the ChannelPoolManager with key 'noSpecifiedNamePrefix 1138266797 '
19:58:41 [main] WARN c.l.r.t.h.client.HttpClientFactory - No scheduled executor is provided to HttpClientFactory, using it's own scheduled executor.
19:58:41 [main] WARN c.l.r.t.h.client.HttpClientFactory - No callback executor is provided to HttpClientFactory, using it's own call back executor.
19:58:41 [main] WARN c.l.r.t.h.client.HttpClientFactory - No Compression executor is provided to HttpClientFactory, using it's own compression executor.
19:58:41 [main] INFO c.l.r.t.h.client.HttpClientFactory - The service 'null' has been assigned to the ChannelPoolManager with key 'noSpecifiedNamePrefix 1138266797 '
ANTLR Tool version 4.5 used for code generation does not match the current runtime version 4.8ANTLR Runtime version 4.5 used for parser compilation does not match the current runtime version 4.8ANTLR Tool version 4.5 used for code generation does not match the current runtime version 4.8ANTLR Runtime version 4.5 used for parser compilation does not match the current runtime version 4.8ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. Set system property 'log4j2.debug' to show Log4j2 internal initialization logging.
19:58:59 [main] INFO play.api.Play - Application started (Prod)
19:59:17 [main] INFO play.core.server.AkkaHttpServer - Listening for HTTP on /0.0.0.0:9001
This application is already running (Or delete /datahub-frontend/play.pid file).
This application is already running (Or delete /datahub-frontend/play.pid file).
This application is already running (Or delete /datahub-frontend/play.pid file).
This application is already running (Or delete /datahub-frontend/play.pid file).
This application is already running (Or delete /datahub-frontend/play.pid file).
user
02/24/2021, 5:57 PMmammoth-bear-12532
acoustic-printer-83045
03/02/2021, 3:26 AMβ datahub git:(master) ./gradlew build
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: <https://docs.gradle.org/5.6.4/userguide/gradle_daemon.html>.
Daemon will be stopped at the end of the build stopping after processing
Configuration on demand is an incubating feature.
FAILURE: Build failed with an exception.
* Where:
Build file '/home/garylucas/dev/datahub-contrib/datahub/metadata-models-ext/build.gradle' line: 15
* What went wrong:
A problem occurred evaluating project ':metadata-models-ext'.
> Could not resolve all files for configuration ':metadata-models-ext:dataModel'.
> Could not resolve com.linkedin.datahub-gma:core-models-data-template:0.2.45.
Required by:
project :metadata-models-ext > project :li-utils
> Could not resolve com.linkedin.datahub-gma:core-models-data-template:0.2.45.
> Could not get resource '<https://linkedin.jfrog.io/artifactory/open-source/com/linkedin/datahub-gma/core-models-data-template/0.2.45/core-models-data-template-0.2.45.pom>'.
> Could not GET '<https://linkedin.jfrog.io/artifactory/open-source/com/linkedin/datahub-gma/core-models-data-template/0.2.45/core-models-data-template-0.2.45.pom>'. Received status code 401 from server: Unauthorized
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at <https://help.gradle.org>
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See <https://docs.gradle.org/5.6.4/userguide/command_line_interface.html#sec:command_line_warnings>
BUILD FAILED in 10s
Just forked / cloned off of master.
Wondering if something is broken on my local or if other's are seeing this.mammoth-bear-12532
./gradlew build -x test publishToMavenLocal
Followed by a small change toΒ datahub/build.gradle
Β to set it to the latest version of datahub-gma from your local repo.
git diff build.gradle master
diff --git a/build.gradle b/build.gradle
index eff6dfd2..cd536717 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext.junitJupiterVersion = '5.6.1'
- ext.gmaVersion = '0.2.45'
+ ext.gmaVersion = '0.2.47'
ext.pegasusVersion = '28.3.7'
apply from: './repositories.gradle'
microscopic-receptionist-23548
03/02/2021, 5:25 PMmammoth-bear-12532
green-football-43791
03/03/2021, 4:03 PMmammoth-bear-12532
latest
). So you can work with a specific docker image (built off of master) without getting affected by new changes. See this comment for more details.
We're also working on cutting a new release (0.7.0) : Issue tracking this is https://github.com/linkedin/datahub/issues/2206big-carpet-38439
03/11/2021, 7:13 PMmammoth-bear-12532
mammoth-bear-12532
mammoth-bear-12532
jolly-tent-42863
03/19/2021, 3:21 PMmammoth-bear-12532
some-crayon-90964
03/23/2021, 2:38 PM./gradlew build
The machine has following setup:
Linux ubuntu 5.8.0-44-generic
Docker version 20.10.5 build 55c4c88mammoth-bear-12532
mammoth-bear-12532
mammoth-bear-12532
mammoth-bear-12532
big-carpet-38439
03/30/2021, 3:28 PMbig-carpet-38439
03/30/2021, 3:33 PMbig-carpet-38439
03/30/2021, 7:29 PM