dbl

Results 172 comments of dbl

## Summary Succeeded: 28 Failed: 12 —————— I did ‘vagrant destroy’ followed by ‘vagrant up’. Still a few errors. [WARNING ] /usr/lib/pymodules/python2.7/salt/modules/virtualenv_mod.py:113: DeprecationWarning: 'no_site_packages' has been deprecated. Please start using...

``` ID: java-install Function: cmd.run Name: sh /srv/salt/agiledata/jdk-6u45-linux-x64.bin; ln -s jdk1.6.0_45 java Result: True Comment: Command "sh /srv/salt/agiledata/jdk-6u45-linux-x64.bin; ln -s jdk1.6.0_45 java" run Changes: ---------- pid: 8143 retcode: 0 stderr:...

I created a fork of your repository and am using GitHub on the Mac. How do I do get your updates in my forked branck without committing the ‘accept_oracle_download_terms'? Thanks...

I replaced my forked/cloned branch with a clone of your repository, edited data.sls - changing accept_oracle_downloads to true. Ran ‘vagrant up' It’s hanging here ... Calling state.highstate... (this may take...

## Summary Succeeded: 38 ## Failed: 2 Total: 40 ————— ``` ID: scipy Function: pip.installed Result: False Comment: Failed to install package scipy. Error: Downloading/unpacking scipy Running setup.py (path:/home/vagrant/agiledata/venv/build/scipy/setup.py) egg_info...

``` ID: scipy Function: pip.installed Result: False Comment: Failed to install package scipy. Error: Downloading/unpacking scipy Running setup.py (path:/home/vagrant/agiledata/venv/build/scipy/setup.py) egg_info for package scipy warning: no previously-included files matching '*_subr_*.f' found...

I’m running a MacBook Pro with Mavericks OSX 10.9.4. I increased the virtual memory: 1024 -> 1536 Can I just do: vagrant reload? Also, what about the book-pip? On Jul...

## Summary Succeeded: 40 ## Failed: 0 Total: 40 On Jul 31, 2014, at 3:24 PM, Charles Flynn [email protected] wrote: > sudo salt-call state.highsta

Hi Charles, I got these errors in chapter 3 running mongo.pig. 2014-08-12 15:58:30,003 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2998: Unhandled internal error. Found class org.apache.hadoop.mapreduce.JobContext, but interface was expected 2014-08-12...

Does this solve the gfortran -lm issue? export LIBRARY_PATH="$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib"