[
https://issues.apache.org/jira/browse/BEAM-10378?focusedWorklogId=462253&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-462253
]
ASF GitHub Bot logged work on BEAM-10378:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Jul/20 20:51
Start Date: 22/Jul/20 20:51
Worklog Time Spent: 10m
Work Description: ettirapp commented on a change in pull request #12335:
URL: https://github.com/apache/beam/pull/12335#discussion_r459075447
##########
File path: sdks/java/io/azure/build.gradle
##########
@@ -17,7 +17,11 @@
*/
plugins { id 'org.apache.beam.module' }
-applyJavaNature(automaticModuleName: 'org.apache.beam.sdk.io.azure')
+applyJavaNature(automaticModuleName: 'org.apache.beam.sdk.io.azure',
enableChecker: false)
dependencies {
+ compile "com.azure:azure-storage-blob:12.6.0"
+ compile project(path: ":sdks:java:core", configuration: "shadow")
+ compile "com.azure:azure-identity:1.0.8"
Review comment:
Which dependency? Just the 1st and 3rd, or also the 2nd?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 462253)
Time Spent: 3h (was: 2h 50m)
> Implement an Azure blobstore filesystem for Java SDK
> ----------------------------------------------------
>
> Key: BEAM-10378
> URL: https://issues.apache.org/jira/browse/BEAM-10378
> Project: Beam
> Issue Type: Improvement
> Components: io-java-azure
> Reporter: Pablo Estrada
> Assignee: Etta Rapp
> Priority: P2
> Time Spent: 3h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)