Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access to Web UI of Oozie (0/0.5) #206

Closed
mik-laj opened this issue May 21, 2019 · 2 comments
Closed

Access to Web UI of Oozie (0/0.5) #206

mik-laj opened this issue May 21, 2019 · 2 comments
Assignees
Labels
dev-environment Development environment related tasks
Milestone

Comments

@mik-laj
Copy link
Collaborator

mik-laj commented May 21, 2019

Is your feature request related to a problem? Please describe.
I'm always frustrated when I need to connect to Oozie's Web UI. it is not directly accessible from local computer or by Compontent Gateway.

Describe the solution you'd like
I use a shell script:

#!/bin/bash
set +x

HOSTNAME=oozie-o2a-2cpu-m
PROJECT=polidea-airflow
ZONE=europe-west3-c
PORT=8033

gcloud compute ssh ${HOSTNAME} --project=${PROJECT} --zone=${ZONE}  -- -D ${PORT} -N &
 "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --proxy-server="socks5://localhost:${PORT}" --user-data-dir=/tmp/${HOSTNAME} http://${HOSTNAME}:11000
rm -rf /tmp/${HOSTNAME}
kill %1

This script could become part of the run-sys-test. This will be a similar option as the -S option

Describe alternatives you've considered
N/A

Additional context
Oozie has a Web GUI, but unfortunately it is only available locally from the virtual machine. You must use port forwarding to access there.

@potiuk
Copy link
Collaborator

potiuk commented May 21, 2019

Which milestone? Shall we plan it for Bravo :)?

@potiuk potiuk added the dev-environment Development environment related tasks label May 21, 2019
@mik-laj
Copy link
Collaborator Author

mik-laj commented May 21, 2019

I do not know. We need the meeting planning to determine. We see each other on Friday.

@potiuk potiuk changed the title Access to Web UI of Oozie Access to Web UI of Oozie (0/0.5) May 24, 2019
@potiuk potiuk added this to the Bravo milestone May 24, 2019
@mik-laj mik-laj self-assigned this May 24, 2019
mik-laj pushed a commit that referenced this issue May 27, 2019
mik-laj pushed a commit that referenced this issue Jun 17, 2019
ahidalgob pushed a commit that referenced this issue Sep 22, 2023
GitOrigin-RevId: 4da37e7a4df15037546a5a02578188a25444e2b6
Change-Id: I092bc8ec2b571acedf5fe3a2bc644d5f80f42fb1
ahidalgob pushed a commit that referenced this issue Sep 22, 2023
GitOrigin-RevId: 4da37e7a4df15037546a5a02578188a25444e2b6
Change-Id: I092bc8ec2b571acedf5fe3a2bc644d5f80f42fb1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-environment Development environment related tasks
Projects
None yet
Development

No branches or pull requests

2 participants