oci-hdfs-connector icon indicating copy to clipboard operation
oci-hdfs-connector copied to clipboard

HDFS Connector for Oracle Cloud Infrastructure

Results 9 oci-hdfs-connector issues
Sort by recently updated
recently updated
newest added
trafficstars

[Issue] Unable to read the files in OCI Object Storage in Databricks with error ``` org.apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for scheme "oci" ``` [Details] I have configure the oci-hdfs-connector in databricks...

**Description** The tests in `CachingObjectStorage.java` dealing with multiple cached requests can fail nondeterministically when running in different JVMs. The issue is found using the command `mvn edu.illinois:nondex-maven-plugin:1.1.2:nondex` under the `hdfs-connector`...

**Update 2021-12-20** : We've updated the version of `log4j` dependencies to `2.17.0` in our latest release of the OCI HDFS Connector (version `3.3.1.0.3.0`). The latest version is available via github...

**Update 2020-11-03**: We believe we have fixed this issue in version [3.2.1.3](https://github.com/oracle/oci-hdfs-connector/releases/tag/v3.2.1.3). If you are using a RefreshableOnNotAuthenticatedProvider (Instance Principals or Resource Principals, for example), we urge you to update...

Hello, I am trying to to access oci data in a spark application in yarn cluster mode. I was able to access the data in a spark localhost mode, but...

According to the requirements for Oracle GitHub repositories, the SECURITY.md file suggested by the GPS team must exist at the top level

OCA Verified

Looking through the documentation I was unable to find a way to do this but would it be possible to add support for using a SecurityTokenSigner? This is something that...

In version 3.3.4.1.5.1, the shaded jackson-core:2.14.2 and jackson-databind:2.16.0 are incompatible. Reported ClassNotFound "StreamReadConstraints" in shaded.oracle.com.fasterxml.jackson.databind.util.TokenBuffer. The same issue occurs in version 3.4.1.0.0.1

Hi, team. I'm using `oci-hdfs-connector` and `spark` with `sbt` as below config: ``` name := "ScalaSparkProject" version := "0.1" scalaVersion := "2.12.15" libraryDependencies ++= Seq( "com.oracle.oci.sdk" % "oci-hdfs-connector" % "3.3.4.1.0.0",...