14%
04.04.2023
19 ******************************************/
20 module "gke" {
21 source = "terraform-google-modules/kubernetes-engine/google"
22 project_id = var.project_id
23
14%
04.08.2020
# Names of all persons:
11 gremlin> g.V().hasLabel('person').values('name')
12 ==>marko
13 ==>vadas
14 ==>josh
15 ==>peter
16
17 # Name of person with ID 1
18 gremlin> g.V(1).values('name')
19 ==>marko
20
14%
16.05.2013
Stack software is released under the Apache License v2.0; the source code, documentation, mailing lists, and related resources are available at http://cloudstack.apache.org/.
14%
05.12.2014
Yes
Filesystems (Internal HDs)
ext4
ext4
ext3/ext4/XFS
Btrfs
USB 3.0
2x
2x
1x
2x
USB 2.0
2x
1x
4x
14%
04.10.2018
employees; with 20 help desk employees, it costs around $2,800. Prices in other currencies are available on request. The "Free Edition" for managing a maximum of 100 AD objects in a single domain is free
14%
15.08.2016
2015, John Chambers pegged IoT/IoE opportunities at $19 trillion [4], which will be spread to all sectors of industry over the next 15 to 20 years. Everyone wants a piece of this cake.
New Markets
14%
17.04.2017
version 6.0.1 of Jaspersoft ETL, which is available as a free download [1].
Data Gold
Panning for gold is tedious. Nuggets of precious metal don't simply sit around on a riverbed. Instead, the prospector
14%
21.08.2014
]. These tools also allow the "shuffle" phase of MapReduce to be skipped. In the current version of IEEL, version 2.0, a beta version of a tool replaces YARN with your existing resource manager. This allows you
14%
17.07.2013
confusion when you’re ready to download, but in general, the 0.20.X branch is version 1, and the 0.23.X branch is version 2.
To understand what YARN is and why it is needed, some background on Hadoop may
14%
29.09.2020
(abridged)
$ docker build -t dockly .
Sending build context to Docker daemon 16.52MB
Step 1/9 : FROM node:8-alpine
8-alpine: Pulling from library/node
e6b0cf9c0882: Pull complete
93f9cf0467ca: Pull