Skip to content

Commit cbe7665

Browse files
committed
[test-id:ssh:1463152760004] saved: test-notebook-name.snb
1 parent 7c6309e commit cbe7665

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

test-notebook-name.snb

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"metadata" : {
3+
"name" : "test-notebook-name",
4+
"user_save_timestamp" : "1970-01-01T01:00:00.000Z",
5+
"auto_save_timestamp" : "1970-01-01T01:00:00.000Z",
6+
"language_info" : {
7+
"name" : "scala",
8+
"file_extension" : "scala",
9+
"codemirror_mode" : "text/x-scala"
10+
},
11+
"trusted" : true,
12+
"sparkNotebook" : {
13+
"build" : "unit-tests"
14+
},
15+
"customLocalRepo" : "local-repo",
16+
"customRepos" : [ "custom-repo" ],
17+
"customDeps" : [ "\"org.custom\" % \"dependency\" % \"1.0.0\"" ],
18+
"customImports" : [ "import org.cusom.dependency.SomeClass" ],
19+
"customArgs" : [ ],
20+
"customSparkConf" : {
21+
"spark.driverPort" : 1234
22+
}
23+
},
24+
"cells" : [ ]
25+
}

0 commit comments

Comments
 (0)