This file contains 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
CL-USER> (setq *db* '((北海道 札幌市) | |
(青森県 青森市) | |
(岩手県 盛岡市) | |
(宮城県 仙台市) | |
(秋田県 秋田市) | |
(山形県 山形市) | |
(福島県 福島市) | |
(茨城県 水戸市) | |
(栃木県 宇都宮市) | |
(群馬県 前橋市) |
This file contains 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
3363|client:localhost:36877|dataStream:localhost:40299|priority:0, s1|rpc:localhost:39195|admin:localhost:45677|client:localhost:32953|dataStream:localhost:35479|priority:0, s2|rpc:localhost:33931|admin:localhost:38939|client:localhost:40745|dataStream:localhost:37691|priority:0], old=null RUNNING | |
s1: RUNNING FOLLOWER s1@group-054EEDEE40DE:t1, leader=s0, voted=s0, raftlog=s1@group-054EEDEE40DE-SegmentedRaftLog:OPENED:c0, conf=0: [s0|rpc:localhost:43271|admin:localhost:43363|client:localhost:36877|dataStream:localhost:40299|priority:0, s1|rpc:localhost:39195|admin:localhost:45677|client:localhost:32953|dataStream:localhost:35479|priority:0, s2|rpc:localhost:33931|admin:localhost:38939|client:localhost:40745|dataStream:localhost:37691|priority:0], old=null RUNNING | |
s2: RUNNING FOLLOWER s2@group-054EEDEE40DE:t1, leader=s0, voted=s0, raftlog=s2@group-054EEDEE40DE-SegmentedRaftLog:OPENED:c0, conf=0: [s0|rpc:localhost:43271|admin:localhost:43363|client:localhost:36877|dataStream:localhost:40299|priority:0, s |
This file contains 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
~/junk/k8s-infra/simple maru@s500plus | |
❯ cat kind-config.yaml | |
kind: Cluster | |
apiVersion: kind.x-k8s.io/v1alpha4 | |
nodes: | |
- role: control-plane | |
- role: worker | |
- role: worker | |
- role: worker | |
- role: worker |
This file contains 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
~/IdeaProjects/ozone/hadoop-ozone/dist/target/ozone-1.3.0-SNAPSHOT/kubernetes/examples/getting-started master* maru@s500plus | |
❯ ./test.sh | |
**** Modifying Kubernetes resources file for test **** | |
(mounting current Ozone directory to the containers, scheduling containers to one node, ...) | |
WARNING: this test can be executed only with local Kubernetes cluster | |
(source dir should be available from K8s nodes) |
This file contains 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
~/IdeaProjects/ozone/hadoop-ozone/dist/target/ozone-1.3.0-SNAPSHOT/kubernetes/examples/getting-started master* maru@s500plus | |
❯ cat test.sh | |
#!/usr/bin/env bash | |
# Licensed to the Apache Software Foundation (ASF) under one | |
# or more contributor license agreements. See the NOTICE file | |
# distributed with this work for additional information | |
# regarding copyright ownership. The ASF licenses this file | |
# to you under the Apache License, Version 2.0 (the | |
# "License"); you may not use this file except in compliance | |
# with the License. You may obtain a copy of the License at |
This file contains 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
kind: Cluster | |
apiVersion: kind.x-k8s.io/v1alpha4 | |
nodes: | |
- role: control-plane | |
- role: worker | |
kubeadmConfigPatches: | |
- | | |
kind: JoinConfiguration | |
nodeRegistration: | |
name: ode-kerberos |
This file has been truncated, but you can view the full file.
This file contains 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
Script started on 2021-11-21 08:20:56+00:00 [TERM="xterm-256color" TTY="/dev/pts/1" COLUMNS="120" LINES="50"] | |
]0;(s500plus) ~/IdeaProjects/ozone | |
[0m[27m[24m[J[34m~/IdeaProjects/ozone[39m [38;5;242mmaru[39m[38;5;242m@s500plus[39m | |
[35m❯[39m [K[?1h= | |
[A[0m[27m[24m[J[34m~/IdeaProjects/ozone[39m [38;5;242mmaru[39m[38;5;242m@s500plus[39m | |
[35m❯[39m [K[?2004h |
This file has been truncated, but you can view the full file.
This file contains 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
~/IdeaProjects/ozone master maru@s500plus | |
❯ mvn clean install -Pdist -DskipTests | |
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Detecting the operating system and CPU architecture | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] os.detected.name: linux | |
[INFO] os.detected.arch: x86_64 | |
[INFO] os.detected.version: 5.11 | |
[INFO] os.detected.version.major: 5 |
This file contains 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
~/IdeaProjects/ozone master ⇣ maru@s500plus | |
❯ mvn org.apache.maven.plugins:maven-dependency-plugin:3.0.2:list -f pom.xml -DutputFile=foo.out ✘ 1 | |
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Detecting the operating system and CPU architecture | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] os.detected.name: linux | |
[INFO] os.detected.arch: x86_64 | |
[INFO] os.detected.version: 5.11 | |
[INFO] os.detected.version.major: 5 |
This file has been truncated, but you can view the full file.
This file contains 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
1chip/chiptop_error_single_latest/mino/loader_dat/1chip/ddr-free/ll4/1chip_pdm_l2bm_ecc_2bit_x8byte_p9_d.vsm.asm.idma.inst | |
1chip/chiptop_error_single_latest/mino/loader_dat/1chip/ddr-free/ll4/1chip_pdm_l2bm_ecc_2bit_x8byte_p2_d.vsm.asm.idma.inst | |
1chip/chiptop_error_single_latest/mino/loader_dat/1chip/ddr-free/ll4/1chip_pdm_l2bm_ecc_2bit_0B_p9_d.vsm.asm.idma.inst | |
1chip/chiptop_error_single_latest/mino/loader_dat/1chip/ddr-free/ll4/1chip_pdm_l2bm_ecc_2bit_x8byte_p14_d.vsm.asm.idma.inst | |
1chip/chiptop_error_single_latest/mino/loader_dat/1chip/ddr-free/ll4/1chip_pdm_l2bm_ecc_2bit_x8byte_p18_d.vsm.asm.idma.inst | |
1chip/chiptop_error_single_latest/mino/loader_dat/1chip/ddr-free/ll4/1chip_pdm_l2bm_ecc_2bit_0B_p26_d.vsm.asm.idma.inst | |
1chip/chiptop_error_single_latest/mino/loader_dat/1chip/ddr-free/ll4/1chip_pdm_l2bm_parity_1bit_9W.vsm.asm.idma.inst | |
1chip/chiptop_error_single_latest/mino/loader_dat/1chip/ddr-free/ll4/1chip_pdm_l2bm_ecc_2bit_x8byte_p30_d.vsm.asm.idma.inst | |
1chip/chiptop_error_single_latest/mino/loader_dat/ |
NewerOlder