You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/10/17 18:21:00 UTC

[jira] [Work logged] (GOBBLIN-1726) Upgrade Avro version supported in Gobblin to 1.9.2

     [ https://issues.apache.org/jira/browse/GOBBLIN-1726?focusedWorklogId=817766&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-817766 ]

ASF GitHub Bot logged work on GOBBLIN-1726:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/Oct/22 18:20
            Start Date: 17/Oct/22 18:20
    Worklog Time Spent: 10m 
      Work Description: abhisheknath2011 commented on code in PR #3581:
URL: https://github.com/apache/gobblin/pull/3581#discussion_r997375643


##########
gradle/scripts/repositories.gradle:
##########
@@ -29,7 +29,11 @@ repositories {
   maven {
     url "https://linkedin.jfrog.io/artifactory/open-source/"
   }
-  mavenCentral()
+  maven {
+    url "https://linkedin.jfrog.io/artifactory/gobblin-hive/"
+  }
+  jcenter()

Review Comment:
   Removed jcenter(). Will check if everything looks good from github CI side.





Issue Time Tracking
-------------------

            Worklog Id:     (was: 817766)
    Remaining Estimate: 0h
            Time Spent: 10m

> Upgrade Avro version supported in Gobblin to 1.9.2
> --------------------------------------------------
>
>                 Key: GOBBLIN-1726
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1726
>             Project: Apache Gobblin
>          Issue Type: Improvement
>            Reporter: William Lo
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Bumps avro version to 1.9.2
> Relies on a LinkedIn version of Hive in order to utilize AvroCompatibilityHelper as the version used in Gobblin is very out of date.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)