Knime parquet reader: Error reading parquet file from a network shared folder. How to read a parquet file from a shared folder?

Error reading parquet file from a network shared folder. Setting the input as “file://ServerName/SharedFolderName/FileName.parquet”

Getting the below error:
WARN Parquet Reader java.lang.IllegalArgumentException: URI has an authority component

I can read the same file on my local computer (windows). Is there another way to use Parquet Reader with files in a network shared folder?

Hi @menayah,
Welcome to the KNIME community!
If you have the network share mounted in your system, you should use the local path in the parquet reader.
The command net share in the powershell should give you a list of network shares and the corresponding paths.

best regards
Mareike

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.