Skip to content

Instantly share code, notes, and snippets.

@devkook
devkook / zeppelin-site.xml
Created August 23, 2017 06:18
제플린에서 스파크 지원 버전 체크하기 끄기
<property>
<name>zeppelin.spark.enableSupportedVersionCheck</name>
<value>false</value>
<description></description>
</property>
System check identified some issues:
WARNINGS:
?: (1_8.W001) The standalone TEMPLATE_* settings were deprecated in Django 1.8 and the TEMPLATES dictionary takes precedence. You must put the values of the following settings into your default TEMPLATES dict: TEMPLATE_DIRS.
System check identified 1 issue (0 silenced).
import org.junit.Test;
import static com.googlecode.catchexception.CatchException.caughtException;
import static com.googlecode.catchexception.apis.CatchExceptionAssertJ.then;
import static com.googlecode.catchexception.apis.CatchExceptionAssertJ.when;
import static org.mockito.BDDMockito.given;
public class SomeServiceTest {
private SomeService myMock;