GitHub user nna-da added a comment to the discussion: Apache Hop / Azure Storage
Thank you for your help, I am using the following setup: At the ADLS Gen 2 level: - storage account name : landingzone - container name: ldz1 At Hop level: 1. under plugins: - set the account name to **landingzone** - set the key - set the alternative Local storage to **azure** 2. under Azure Authentication: - set the name to datalake - set the storage account name to **landingzone** - set the key - left storage Endpoint empty 3. under Get file names action : - set **datalake:///ldz1** to file or directory - set wildcard to **.*** - I am including also subfolders After hitting the show file names, I got the following error: - FileInputList - ERROR: org.apache.commons.vfs2.FileSystemException: Could not determine the type of file "datalake:///ldz1". - FileInputList - at org.apache.commons.vfs2.provider.AbstractFileObject.attach(AbstractFileObject.java:171) - FileInputList - at org.apache.commons.vfs2.provider.AbstractFileObject.getType(AbstractFileObject.java:1370) - FileInputList - at org.apache.commons.vfs2.provider.AbstractFileObject.exists(AbstractFileObject.java:965) - FileInputList - at org.apache.hop.core.fileinput.FileInputList.createFileList(FileInputList.java:209) - FileInputList - at org.apache.hop.core.fileinput.FileInputList.createFilePathList(FileInputList.java:137) - FileInputList - at org.apache.hop.pipeline.transforms.getfilenames.GetFileNamesMeta.getFilePaths(GetFileNamesMeta.java:452) - FileInputList - at org.apache.hop.pipeline.transforms.getfilenames.GetFileNamesDialog$10.widgetSelected(GetFileNamesDialog.java:843) - FileInputList - at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:265) - FileInputList - at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:91) - FileInputList - at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4326) - FileInputList - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1174) - FileInputList - at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4124) - FileInputList - at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3712) - FileInputList - at org.apache.hop.ui.core.dialog.BaseDialog.defaultShellHandling(BaseDialog.java:528) - FileInputList - at org.apache.hop.pipeline.transforms.getfilenames.GetFileNamesDialog.open(GetFileNamesDialog.java:893) - FileInputList - at org.apache.hop.ui.hopgui.file.pipeline.delegates.HopGuiPipelineTransformDelegate.editTransform(HopGuiPipelineTransformDelegate.java:195) - FileInputList - at org.apache.hop.ui.hopgui.file.pipeline.HopGuiPipelineGraph.editTransform(HopGuiPipelineGraph.java:3368) - FileInputList - at org.apache.hop.ui.hopgui.file.pipeline.HopGuiPipelineGraph.mouseUp(HopGuiPipelineGraph.java:940) - FileInputList - at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:237) - FileInputList - at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:91) - FileInputList - at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4326) - FileInputList - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1174) - FileInputList - at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4124) - FileInputList - at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3712) - FileInputList - at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:476) - FileInputList - at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:354) - FileInputList - Caused by: org.apache.hop.core.exception.HopException: - FileInputList - Container does not exist: /ldz1 - FileInputList - - FileInputList - at org.apache.hop.vfs.azure.AzureFileObject.doAttach(AzureFileObject.java:141) - FileInputList - at org.apache.commons.vfs2.provider.AbstractFileObject.attach(AbstractFileObject.java:162) - FileInputList - ... 25 more Am I missing Sth? BR. GitHub link: https://github.com/apache/hop/discussions/5750#discussioncomment-15327985 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
