Skip to content
Snippets Groups Projects
  • jerryshao's avatar
    b4d096de
    [BUILD][MINOR] Fix SBT build error with network-yarn module · b4d096de
    jerryshao authored
    ## What changes were proposed in this pull request?
    
    ```
    error] Expected ID character
    [error] Not a valid command: common (similar: completions)
    [error] Expected project ID
    [error] Expected configuration
    [error] Expected ':' (if selecting a configuration)
    [error] Expected key
    [error] Not a valid key: common (similar: commands)
    [error] common/network-yarn/test
    ```
    
    `common/network-yarn` is not a valid sbt project, we should change to `network-yarn`.
    
    ## How was this patch tested?
    
    Locally run the the unit-test.
    
    CC rxin , we should either change here, or change the sbt project name.
    
    Author: jerryshao <sshao@hortonworks.com>
    
    Closes #11456 from jerryshao/build-fix.
    b4d096de
    History
    [BUILD][MINOR] Fix SBT build error with network-yarn module
    jerryshao authored
    ## What changes were proposed in this pull request?
    
    ```
    error] Expected ID character
    [error] Not a valid command: common (similar: completions)
    [error] Expected project ID
    [error] Expected configuration
    [error] Expected ':' (if selecting a configuration)
    [error] Expected key
    [error] Not a valid key: common (similar: commands)
    [error] common/network-yarn/test
    ```
    
    `common/network-yarn` is not a valid sbt project, we should change to `network-yarn`.
    
    ## How was this patch tested?
    
    Locally run the the unit-test.
    
    CC rxin , we should either change here, or change the sbt project name.
    
    Author: jerryshao <sshao@hortonworks.com>
    
    Closes #11456 from jerryshao/build-fix.