m-gavrilyuk

Results 7 comments of m-gavrilyuk

raspi-config interfaces settings enable vnc ?

> Hey, I have solved this issue by adjusting nginx config like this: > > Selenoid-ui is accessible on `selenoid.example.om` Selenoid is accessible on `selenoid.example.om/wd/hub/` > > ``` > add_header...

> @m-gavrilyuk Have you tried `http://user:password@host/path/to/file`? This is not safe, but might work. Ref: https://spark.apache.org/docs/latest/submitting-applications.html#advanced-dependency-management. Yes I tried This doesn't work

I did a little research and came up with some very strange behavior if I specify ```yaml spec: deps: packages: - my-group:my-app:my-version repositories: - "https://my-nexus.com/repository/mvn__snapshots/" mainApplicationFile: "https://my-nexus.com/repository/mvn__snapshots/.../my-app.jar sparkConf: spark.jars.ivySettings: "/opt/spark/conf/ivysettings.xml"...