Uploaded image for project: 'Apache Tez'
  1. Apache Tez
  2. TEZ-3093

CriticalPathAnalyzer should be accessible via zeppelin

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.7.1, 0.8.3
    • None
    • None

    Description

      CriticalPathAnalyzer is mainly used as a standalone tool (via yarn jar command). However, it should be possible to integrate this with tools like zeppelin where in this can be accessed in spark context. For e.g

      var config = new Configuration()
      config.set("tez.critical-path-analyzer.svg-dir", "/tmp/html/analyzer/criticalPath/")
      config.set("tez.critical-path-analyzer.draw-svg", "true")
      var criticalPathAnalyzer = new CriticalPathAnalyzer(config)
      criticalPathAnalyzer.analyze(dagInfo)
      var cpResult = criticalPathAnalyzer.getResult
      

      Attachments

        1. TEZ-3093.1.patch
          2 kB
          Rajesh Balamohan
        2. TEZ-3093.2.patch
          2 kB
          Rajesh Balamohan
        3. TEZ-3093.addendum.patch
          1 kB
          Rajesh Balamohan

        Activity

          People

            rajesh.balamohan Rajesh Balamohan
            rajesh.balamohan Rajesh Balamohan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: