Skip to content
Snippets Groups Projects
  • Holden Karau's avatar
    8fab7995
    [SPARK-22167][R][BUILD] sparkr packaging issue allow zinc · 8fab7995
    Holden Karau authored
    ## What changes were proposed in this pull request?
    
    When zinc is running the pwd might be in the root of the project. A quick solution to this is to not go a level up incase we are in the root rather than root/core/. If we are in the root everything works fine, if we are in core add a script which goes and runs the level up
    
    ## How was this patch tested?
    
    set -x in the SparkR install scripts.
    
    Author: Holden Karau <holden@us.ibm.com>
    
    Closes #19402 from holdenk/SPARK-22167-sparkr-packaging-issue-allow-zinc.
    8fab7995
    History
    [SPARK-22167][R][BUILD] sparkr packaging issue allow zinc
    Holden Karau authored
    ## What changes were proposed in this pull request?
    
    When zinc is running the pwd might be in the root of the project. A quick solution to this is to not go a level up incase we are in the root rather than root/core/. If we are in the root everything works fine, if we are in core add a script which goes and runs the level up
    
    ## How was this patch tested?
    
    set -x in the SparkR install scripts.
    
    Author: Holden Karau <holden@us.ibm.com>
    
    Closes #19402 from holdenk/SPARK-22167-sparkr-packaging-issue-allow-zinc.