Murugesh
Murugesh
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 714ecf80a71b smebberson/alpine-redis "/init" 39 minutes ago Up 39 minutes 6379/tcp redis $ docker exec -it redis bash exec: "bash": executable file not...
> [email protected] start /Users/mkmani/udemy/angular2-course > tsc && concurrently "npm run tsc:w" "npm run lite" app/posts/posts.component.ts(6,20): error TS2307: Cannot find module 'underscore'. npm ERR! Darwin 15.6.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm"...
My compose file: version: '2' services: elasticsearch: image: elasticsearch:5 command: elasticsearch environment: # This helps ES out with memory usage - ES_JAVA_OPTS=-Xmx1g -Xms1g volumes: # Persist elasticsearch data to a...
Have you tried to use Kubernetes to your docker-zeppelin instead of docker-compose ? similar to below http://blog.kubernetes.io/2016/03/using-Spark-and-Zeppelin-to-process-Big-Data-on-Kubernetes.html
I wanted to use the Python APIs like BeautifulSoup, how can we use external python api's along with pyspark http://omz-software.com/pythonista/docs/ios/beautifulsoup_guide.html http://apache-spark-user-list.1001560.n3.nabble.com/How-to-consider-HTML-files-in-Spark-td22017.html https://pypi.python.org/pypi/beautifulsoup4
Any plans to update the CheerMeApp to Angular2 and Type Script?
FROM node:slim RUN mkdir -p /usr/src/app WORKDIR /usr/src/app COPY . /usr/src/app/ RUN npm install && bower install CMD ["npm", "start"] Error: On MAC with Boot2Docker installed. npm ERR! Linux 4.1.18-boot2docker...
https://hub.docker.com/r/library/node/tags/ FROM node:slim