Class: Google::Cloud::Dataproc::V1::YarnApplication

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/jobs.rb

Overview

A YARN application created by a job. Application information is a subset of org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto.

Beta Feature: This report is available for testing purposes only. It may be changed before final release.

Defined Under Namespace

Modules: State

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The application name.

Returns:

  • (::String)

    Required. The application name.



694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 694

class YarnApplication
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The application state, corresponding to
  # <code>YarnProtos.YarnApplicationStateProto</code>.
  module State
    # Status is unspecified.
    STATE_UNSPECIFIED = 0

    # Status is NEW.
    NEW = 1

    # Status is NEW_SAVING.
    NEW_SAVING = 2

    # Status is SUBMITTED.
    SUBMITTED = 3

    # Status is ACCEPTED.
    ACCEPTED = 4

    # Status is RUNNING.
    RUNNING = 5

    # Status is FINISHED.
    FINISHED = 6

    # Status is FAILED.
    FAILED = 7

    # Status is KILLED.
    KILLED = 8
  end
end

#progress::Float

Returns Required. The numerical progress of the application, from 1 to 100.

Returns:

  • (::Float)

    Required. The numerical progress of the application, from 1 to 100.



694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 694

class YarnApplication
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The application state, corresponding to
  # <code>YarnProtos.YarnApplicationStateProto</code>.
  module State
    # Status is unspecified.
    STATE_UNSPECIFIED = 0

    # Status is NEW.
    NEW = 1

    # Status is NEW_SAVING.
    NEW_SAVING = 2

    # Status is SUBMITTED.
    SUBMITTED = 3

    # Status is ACCEPTED.
    ACCEPTED = 4

    # Status is RUNNING.
    RUNNING = 5

    # Status is FINISHED.
    FINISHED = 6

    # Status is FAILED.
    FAILED = 7

    # Status is KILLED.
    KILLED = 8
  end
end

#state::Google::Cloud::Dataproc::V1::YarnApplication::State

Returns Required. The application state.

Returns:



694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 694

class YarnApplication
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The application state, corresponding to
  # <code>YarnProtos.YarnApplicationStateProto</code>.
  module State
    # Status is unspecified.
    STATE_UNSPECIFIED = 0

    # Status is NEW.
    NEW = 1

    # Status is NEW_SAVING.
    NEW_SAVING = 2

    # Status is SUBMITTED.
    SUBMITTED = 3

    # Status is ACCEPTED.
    ACCEPTED = 4

    # Status is RUNNING.
    RUNNING = 5

    # Status is FINISHED.
    FINISHED = 6

    # Status is FAILED.
    FAILED = 7

    # Status is KILLED.
    KILLED = 8
  end
end

#tracking_url::String

Returns Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.

Returns:

  • (::String)

    Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.



694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 694

class YarnApplication
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The application state, corresponding to
  # <code>YarnProtos.YarnApplicationStateProto</code>.
  module State
    # Status is unspecified.
    STATE_UNSPECIFIED = 0

    # Status is NEW.
    NEW = 1

    # Status is NEW_SAVING.
    NEW_SAVING = 2

    # Status is SUBMITTED.
    SUBMITTED = 3

    # Status is ACCEPTED.
    ACCEPTED = 4

    # Status is RUNNING.
    RUNNING = 5

    # Status is FINISHED.
    FINISHED = 6

    # Status is FAILED.
    FAILED = 7

    # Status is KILLED.
    KILLED = 8
  end
end