-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
executable file
·84 lines (83 loc) · 3.54 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"tutorials": [
{
"title": "Getting Started with Oracle Big Data Service",
"description": "Introduction to Big Data Service",
"partnumber": "0",
"publisheddate": "11/21/2019",
"contentid": "0",
"filename": "README.md"
},
{
"title": "Preparing for Big Data Service",
"description": "Prerequisite steps required for Big Data Service deployments.",
"partnumber": "1",
"publisheddate": "11/21/2019",
"contentid": "1",
"filename":"lab-prepare/prepare-for-bds.md"
},
{
"title": "Create a BDS Hadoop Cluster",
"description": "Use the BDS console to create a highly available and secure hadoop cluster.",
"partnumber": "2",
"publisheddate": "11/21/2019",
"contentid": "2",
"filename": "lab-createcluster/create-cluster.md"
},
{
"title": "Create a Hadoop Admin User",
"description": "Create a Hadoop admin user that will be used for the BDS. This Hadoop superuser will have access to all data on the cluster an all Hive metadata.",
"partnumber": "3",
"publisheddate": "11/21/2019",
"contentid": "3",
"filename": "lab-create-user/create-user.md"
},
{
"title": "Access a BDS Utility Node Using a Public IP",
"description": "Create a public IP address and assign it to a BDS Utility Node",
"partnumber": "4",
"publisheddate": "11/21/2019",
"contentid": "4",
"filename": "lab-publicip/access-node-public-ip.md"
},
{
"title": "Create an Edge Node for Your Cluster",
"description": "Access your cluster and run jobs from the Edge Node",
"partnumber": "5",
"publisheddate": "11/21/2019",
"contentid": "5",
"filename": "lab-create-edge/create-edge.md"
},
{
"title": "Backup Hadoop Cluster to Object Storage",
"description": "Backup HDFS data and Hive metadata to Oracle Object Storage",
"partnumber": "6",
"publisheddate": "11/21/2019",
"contentid": "6",
"filename": "lab-backuphadoop/bdr-to-objstore.md"
},
{
"title": "Restore Hadoop Cluster from Object Store",
"description": "Restore HDFS data and Hive metadata from Oracle Object Storage",
"partnumber": "7",
"publisheddate": "11/21/2019",
"contentid": "7",
"filename": "lab-restorehadoop/bdr-to-hadoop.md"
},
{
"title": "Get Started with Cloud SQL",
"description": "Add Cloud SQL to your cluster and query Hadoop using Oracle SQL",
"partnumber": "8",
"publisheddate": "11/21/2019",
"contentid": "8",
"filename": "lab-getstarted-cloudsql/cloud-sql-getstarted.md"
},{
"title": "Migrating to Big Data Service",
"description": "Migrating to Big Data Service. Why? How?",
"partnumber": "9",
"publisheddate": "11/21/2019",
"contentid": "9",
"filename": "lab-migrating-to-bds/migrating-to-bds.md"
}
]
}