You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@twill.apache.org by "Derek Wood (JIRA)" <ji...@apache.org> on 2015/09/30 03:17:04 UTC

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

Derek Wood created TWILL-154:
--------------------------------

             Summary: 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


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)