This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use std::any::Any; | |
use std::collections::HashMap; | |
#[derive(Debug)] | |
struct Struct1 { | |
pub f1: u32, | |
pub f2: u32, | |
} | |
#[derive(Debug)] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
START output of system environment........ | |
java.runtime.name: OpenJDK Runtime Environment | |
sun.boot.library.path: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64 | |
java.vm.version: 25.121-b13 | |
java.vm.vendor: Oracle Corporation | |
java.vendor.url: http://java.oracle.com/ | |
path.separator: : | |
java.vm.name: OpenJDK 64-Bit Server VM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
***Typing the following on the master*** | |
[root@master dcos]# ./dcos_install.sh master | |
Starting DC/OS Install Process | |
Running preflight checks | |
Checking if DC/OS is already installed: PASS (Not installed) | |
PASS Is SELinux disabled? | |
Checking if docker is installed and in PATH: PASS | |
Checking docker version requirement (>= 1.6): PASS (1.11.0) | |
Checking if curl is installed and in PATH: PASS |