You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@twill.apache.org by "Terence Yim (JIRA)" <ji...@apache.org> on 2015/10/10 00:38:05 UTC

[jira] [Updated] (TWILL-154) Support for Azure Blob Storage

     [ https://issues.apache.org/jira/browse/TWILL-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Terence Yim updated TWILL-154:
------------------------------
    Fix Version/s: 0.7.0-incubating

> Support for Azure Blob Storage
> ------------------------------
>
>                 Key: TWILL-154
>                 URL: https://issues.apache.org/jira/browse/TWILL-154
>             Project: Apache Twill
>          Issue Type: Improvement
>            Reporter: Derek Wood
>            Assignee: Terence Yim
>             Fix For: 0.7.0-incubating
>
>
> When trying to run a Twill application (CDAP) on top of an Azure HDInsight cluster, the following exception occurs:
> {code}
> Exception in thread "main" java.lang.reflect.InvocationTargetException
> 	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.twill.launcher.TwillLauncher.main(TwillLauncher.java:88)
> Caused by: java.lang.IllegalArgumentException: Unsupported location type wasb://dwtest@cask.blob.core.windows.net/cdap/twill/master.services/10bcb9eb-c337-4f1a-ae27-0fac22a426bb
> 	at org.apache.twill.internal.ServiceMain.createAppLocation(ServiceMain.java:152)
> 	at org.apache.twill.internal.appmaster.ApplicationMasterMain.main(ApplicationMasterMain.java:73)
> 	... 5 more
> {code}
> Azure HDInsight clusters use Azure Blob Storage as described here: https://hadoop.apache.org/docs/current/hadoop-azure/index.html#Accessing_wasb_URLs



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)