Skip to content

Instantly share code, notes, and snippets.

View anthonycorbacho's full-sized avatar

Anthony Corbacho anthonycorbacho

  • South korea, Seoul
  • 10:11 (UTC +09:00)
View GitHub Profile
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)

Must to know

  • 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 ?
@anthonycorbacho
anthonycorbacho / README.md
Created January 14, 2015 08:05
Readme Template
@anthonycorbacho
anthonycorbacho / update_nginx_spdy
Last active August 29, 2015 13:57
Install nginx with spdy 3
# 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