Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-7054

Yarn Service Phase 2

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • yarn-native-services
    • None
    • None

    Attachments

      Issue Links

        1.
        Applications API Service HA Sub-task Resolved Unassigned
        2.
        Auto-generate REST API resources and server side stubs from swagger definition Sub-task Open Unassigned
        3.
        Provide a flag in Rest API GET response to notify if the app launch delay is due to docker image download. Sub-task Open Unassigned
        4.
        Embed REST API service into RM Sub-task Resolved Eric Yang
        5.
        REST API to return the no of requested containers for apps in ACCEPTED state. Sub-task Open Unassigned
        6.
        RM option to delegate NM loss container action to AM Sub-task Patch Available Billie Rinaldi
        7.
        Restarted RM may not inform AM about all existing containers Sub-task Resolved Chandni Singh
        8.
        Create a API class for yarn-native-service user-facing constants Sub-task Resolved Jian He
        9.
        Support kerberos deployment for yarn-native-service Sub-task Resolved Unassigned
        10.
        Service REST API should have a way to specify YARN related params Sub-task Resolved Unassigned
        11.
        Support specifying YARN related params in the service REST API Sub-task Resolved Jian He
        12.
        Rethink on configurations published into ATSv2 Sub-task Open Rohith Sharma K S
        13.
        Allow service to be started as System Services during serviceapi start up Sub-task Open Unassigned
        14.
        Support security for YARN service framework Sub-task Resolved Jian He
        15.
        Recover component information on YARN native services AM restart Sub-task Resolved Billie Rinaldi
        16.
        Revisit deleteService call once YARN is able to do post clean up for an app Sub-task Open Unassigned
        17.
        need configuration mechanism for specifying per-host network interface Sub-task Open Jonathan Maron
        18.
        Evaluate SLIDER-1185 (container/application diagnostics) wrt ATSv2 and Yarn Logging enhancements Sub-task Open Unassigned
        19.
        Support placement policy in yarn native services Sub-task Resolved Gour Saha
        20.
        Add examples in yarn-service Sub-task Resolved Jian He
        21.
        Add an apache httpd example YARN service Sub-task Resolved Billie Rinaldi
        22.
        Add UT for api-server Sub-task Resolved Eric Yang
        23.
        Some NPE fixes in Registry DNS Sub-task Resolved Jian He
        24.
        REST API to list all deployed services by the same user Sub-task Open Eric Yang
        25.
        Missing ability to list configuration vs status Sub-task In Progress Eric Yang
        26.
        ApiServer REST API naming convention /ws/v1 is already used in Hadoop v2 Sub-task Resolved Eric Yang
        27.
        Add security check for privileged docker container Sub-task Resolved Eric Yang
        28.
        Data structure update in service REST API Sub-task Resolved Jian He
        29.
        Add recursion support and configure RegistryDNS to lookup upstream Sub-task Resolved Eric Yang
        30.
        Change in few metrics in new YARN UI related to native-services Sub-task Resolved Sunil G
        31.
        Added allocateRequestId in NMContainerStatus for recovery Sub-task Resolved Chandni Singh
        32.
        Remove apiserver cmd and merge service cmd into application cmd Sub-task Resolved Billie Rinaldi
        33.
        RegistryDNS doesn't work in tcp channel Sub-task Resolved Eric Yang
        34.
        Improve service client loggings Sub-task Resolved Jian He
        35.
        Optimization to AM recovery when the service record doesn't exist for a container Sub-task Open Chandni Singh
        36.
        Support placement policy in yarn service Sub-task Resolved Unassigned
        37.
        TestYarnNativeServices testRecoverComponentsAfterRMRestart fails due to BindingException Sub-task Open Chandni Singh
        38.
        Race condition in service AM that can cause NPE Sub-task Resolved Jian He
        39.
        Make ServiceClient.getAppId method public to return ApplicationId for a service name Sub-task Resolved Gour Saha
        40.
        Configurable heap size / JVM opts in service AM Sub-task Resolved Jonathan Hung
        41.
        Separate log file for service rest API Sub-task Open Unassigned
        42.
        RegistryDNS does not work with secure ZooKeeper Sub-task Resolved Jian He
        43.
        Add --debug option for yarn service framework Sub-task Open Unassigned
        44.
        TestYarnNativeServices#testRecoverComponentsAfterRMRestart() fails intermittently Sub-task Resolved Chandni Singh
        45.
        hadoop-yarn-services-api should be part of hadoop-yarn-services Sub-task Resolved Chandni Singh
        46.
        Convert yarn app cli to call yarn api services Sub-task Resolved Eric Yang
        47.
        FileNotFoundException due to a broken link when creating a yarn service and missing max cpu limit check Sub-task Resolved Jian He
        48.
        Yarn service pre-maturely releases the container after AM restart Sub-task Resolved Chandni Singh
        49.
        Make the service status output more readable Sub-task In Progress Chandni Singh
        50.
        Support resource profiles and fine-grained resource requests in native services Sub-task Resolved Unassigned
        51.
        Implement doAs for Api Service REST API Sub-task Resolved Eric Yang
        52.
        Ensure long running service AM works in secure cluster Sub-task Resolved Eric Yang
        53.
        App status does not return state STABLE for a running and stable service Sub-task Resolved Gour Saha
        54.
        Can not destroy yarn service application in stopped state Sub-task Resolved Eric Yang
        55.
        Document improvement for registry dns Sub-task Resolved Jian He
        56.
        yarn application status should support application name Sub-task Resolved Jian He
        57.
        Update YARN-Services-Examples.md to be in sync with the latest code Sub-task Resolved Gour Saha
        58.
        Service AM should use configured default docker network Sub-task Resolved Billie Rinaldi
        59.
        YARN Service component update PUT API should not use component name from JSON body Sub-task Resolved Gour Saha
        60.
        YARN Service - Two different users are unable to launch a service of the same name Sub-task Resolved Gour Saha
        61.
        Enable YARN service by default Sub-task Open Unassigned
        62.
        Provide improved error message when YARN service is disabled Sub-task Resolved Eric Yang
        63.
        Add default service AM Xmx Sub-task Resolved Jian He
        64.
        Service AM gets NoAuth with secure ZK Sub-task Resolved Billie Rinaldi
        65.
        Transitive dependencies for component are not resolved Sub-task Resolved Billie Rinaldi
        66.
        Component status stays "Ready" when yarn service is stopped Sub-task Resolved Gour Saha
        67.
        Calling stop on an already stopped service says "Successfully stopped service" Sub-task Resolved Gour Saha
        68.
        Improve status response when yarn application is destroyed Sub-task Resolved Gour Saha
        69.
        Allow user supplied Docker client configurations with YARN native services Sub-task Resolved Shane Kumpf
        70.
        Validate the application ID has been persisted to the service definition prior to use Sub-task Resolved Billie Rinaldi
        71.
        Determine the appropriate default ContainerRetryPolicy Sub-task Resolved Unassigned
        72.
        Support auto-spawning of admin configured services during bootstrap of rm/apiserver Sub-task Resolved Rohith Sharma K S
        73.
        Create default readiness check for service components Sub-task Resolved Billie Rinaldi
        74.
        Clean up example hostnames Sub-task Resolved Billie Rinaldi
        75.
        Yarn Service API site doc broken due to unwanted character in YarnServiceAPI.md Sub-task Resolved Gour Saha
        76.
        Support placement policy composite constraints in YARN Service Sub-task Open Gour Saha
        77.
        Component health threshold monitor Sub-task Resolved Gour Saha
        78.
        Support auto-spawning of admin configured services during bootstrap of RM Sub-task Resolved Rohith Sharma K S
        79.
        ServiceState FLEX should be removed Sub-task Open Unassigned
        80.
        Introduce container readiness check type Sub-task Patch Available Billie Rinaldi
        81.
        Provide functional artifact & launch_command in examples of YARN-Services-Examples.md Sub-task Open Gour Saha
        82.
        Flex down should remove instance with largest component instance ID first Sub-task Resolved Gour Saha
        83.
        Remove YARN registry entries when a service is killed by the RM Sub-task Resolved Billie Rinaldi
        84.
        Enable stopped system services to be started during RM start Sub-task Resolved Billie Rinaldi
        85.
        Yarn service: revisit the version in service Sub-task Open Chandni Singh
        86.
        Yarn Service Destroy: Delete service entries from Zookeeper in the ServiceMaster instead of ServiceClient in the RM Sub-task Open Chandni Singh
        87.
        Move overwriting of service definition during flex to service master Sub-task Open Chandni Singh
        88.
        YARN service example is out-dated Sub-task Resolved Suma Shivaprasad

        Activity

          People

            jianhe Jian He
            jianhe Jian He
            Votes:
            0 Vote for this issue
            Watchers:
            18 Start watching this issue

            Dates

              Created:
              Updated: