- Hola Hi, Hello
- Buenos dias Hello
- Buenas tardes Good afternoon
- Adiòs Good bye
- si / no yes / no
- Gracias / Muchas gracias : Thnak you / thank you very much
- Disculpe (la molestia) Excuse me
- Encantado/a Nice to meet you
- Cuanto cuesta ? How much does it cost ?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18:39:01,805 WARN org.apache.cxf.jaxrs.impl.WebApplicationExceptionMapper:73 - org.apache.zeppelin.rest.exception.NotFoundException | |
at org.apache.zeppelin.rest.NotebookRestApi.checkIfNoteIsNotNull(NotebookRestApi.java:157) | |
at org.apache.zeppelin.rest.NotebookRestApi.registerCronJob(NotebookRestApi.java:736) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:180) | |
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96) | |
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:192) |
#ProjectName
Documentation: User Guide
Mailing List: User and Dev mailling list
Continuous Integration:
Contributing: Contribution Guide
License: Apache 2.0
ProjectName, a nice description about your project.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Shell Script | |
# Installs specified nginx version with google SPDY patch | |
# March 12, 2013 | |
#!/bin/sh | |
NGINX_VERSION=1.5.9 | |
TMP_PATH=/tmp | |
# Fetch and extract nginx source |