You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/02 18:11:17 UTC

[GitHub] [spark] dilipbiswal commented on issue #24086: [SPARK-27155][TEST] Parameterize Oracle docker image name

dilipbiswal commented on issue #24086: [SPARK-27155][TEST] Parameterize Oracle docker image name
URL: https://github.com/apache/spark/pull/24086#issuecomment-488775089
 
 
   @dongjoon-hyun Hi, i was trying to follow the instructions in OracleIntegrationSuite to try and build an image to run the oracle tests. I was trying it on mac.. Haven't been able to. Were you able to run this successfully ? Please let me know .. I get the following error when i try to build the image. 
   
   ```
   Building image 'oracle/database:11.2.0.2-xe' ...
   Sending build context to Docker daemon  2.351GB
   Step 1/10 : FROM oraclelinux:7-slim
    ---> f7512ac13c1b
   Step 2/10 : MAINTAINER Gerald Venzl <ge...@oracle.com>
    ---> Running in 626a011e37a1
   Removing intermediate container 626a011e37a1
    ---> 3a1f198c974f
   Step 3/10 : ENV ORACLE_BASE=/u01/app/oracle     ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe     ORACLE_SID=XE     INSTALL_FILE_1="oracle-xe-11.2.0-1.0.x86_64.rpm.zip"     INSTALL_DIR="$HOME/install"     CONFIG_RSP="xe.rsp"     RUN_FILE="runOracle.sh"     PWD_FILE="setPassword.sh"     CHECK_DB_FILE="checkDBStatus.sh"
    ---> Running in 969673e55df7
   Removing intermediate container 969673e55df7
    ---> 441b63aabd8a
   Step 4/10 : ENV PATH=$ORACLE_HOME/bin:$PATH
    ---> Running in 52469448bf1b
   Removing intermediate container 52469448bf1b
    ---> b80dbfddd0a9
   Step 5/10 : COPY $INSTALL_FILE_1 $CONFIG_RSP $RUN_FILE $PWD_FILE $CHECK_DB_FILE $INSTALL_DIR/
   COPY failed: stat /var/lib/docker/tmp/docker-builder372031542/oracle-xe-11.2.0-1.0.x86_64.rpm.zip: no such file or directory
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org