question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Oozie job browser's graph do not show red/green bars for failed/successful subworkflows

See original GitHub issue

Describe the bug:

While testing a failed coordinator run with the new Hue version I noticed that the Oozie’s Job browser graph doesn’t show anymore red/green bars under the subworkflows failed/completed. It is more difficult to find what was the problem and debug it under this conditions 😦

To visualize:

Current behavior: Screen Shot 2020-09-22 at 8 44 04 AM



Expected/old behavior: Screen Shot 2020-09-22 at 8 44 56 AM

I noticed the following JS error though:

hue.errorcatcher.34bb8f5ecd32.js:31 Hue detected a Javascript error:  https://hue-next.wikimedia.org/static/desktop/js/bundles/hue/vendors~hue~notebook~tableBrowser-chunk-4d9d2c608a19e4e1ab7a.51951e55bebc.js 1705 2 Uncaught Error: Syntax error, unrecognized expression: [id^=wdg_@add_partition]
window.onerror @ hue.errorcatcher.34bb8f5ecd32.js:31
jquery.js:1677 Uncaught Error: Syntax error, unrecognized expression: [id^=wdg_@add_partition]
    at Function.Sizzle.error (jquery.js:1677)
    at Sizzle.tokenize (jquery.js:2377)
    at Sizzle.select (jquery.js:2838)
    at Function.Sizzle [as find] (jquery.js:894)
    at jQuery.fn.init.find (jquery.js:3095)
    at new jQuery.fn.init (jquery.js:3205)
    at jQuery (jquery.js:157)
    at <anonymous>:66:25
    at Object.D (knockout-latest.js:11)
    at Object.success (<anonymous>:59:26)
    at fire (jquery.js:3496)
    at Object.fireWith [as resolveWith] (jquery.js:3626)
    at done (jquery.js:9786)
    at XMLHttpRequest.<anonymous> (jquery.js:10047)

Steps to reproduce it?

Simply navigate to an URL like /hue/jobbrowser/jobs/0009826-200915132022208-oozie-oozi-W#!id=0009824-200915132022208-oozie-oozi-W.

Hue version or source? (e.g. open source 4.5, CDH 5.16, CDP 1.0…). System info (e.g. OS, Browser…).

4.7.1

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:25 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
milimetriccommented, Sep 24, 2020

We just need to escape special characters here, as per jQuery guidelines “To use any of the meta-characters ( such as !”#$%&'()*+,./:;<=>?@[]^`{|}~ ) as a literal part of a name, it must be escaped with with two backslashes: \". I’ll send a PR escaping these.

0reactions
github-actions[bot]commented, Jul 12, 2021

This issue is stale because it has been open 30 days with no activity and is not “roadmap” labeled or part of any milestone. Remove stale label or comment or this will be closed in 5 days.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solved: Oozie can't display the graph cause number of acti...
Solved: Hi guys, i have some problem about showing the graph on oozie (Job DAG), cause i have number of action - 158078....
Read more >
cloudera - Bountysource
... run with the new Hue version I noticed that the Oozie's Job browser graph doesn't show anymore red/green bars under the subworkflows...
Read more >
Oozie Specification, a Hadoop Workflow System
A Workflow application is DAG that coordinates the following types of actions: Hadoop, Pig, and sub-workflows. Flow control operations within ...
Read more >
Issues browsing logs in Job Browser / Oozie Dashboard with ...
In other regards configuration is pretty close to defaults. I don't see any obvious Hue errors in the logs (/var/log/hue). Please let me...
Read more >
Oozie HUE dashboard is not displaying the graph
properties and workflow.xml from the command line and submitting the job from the command line, doing through UI is not my option. Below...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found