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
| #cloud-config | |
| hostname: worker01 | |
| coreos: | |
| etcd2: | |
| discovery: https://discovery.etcd.io/<token-id> | |
| listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001 | |
| advertise-client-urls: http://172.17.181.248:2379 | |
| listen-peer-urls: http://172.17.181.248:2380,http://172.17.181.248:7001 | |
| initial-advertise-peer-urls: http://172.17.181.248:2380 | |
| data-dir: /var/lib/etcd2 |
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
| sudo yum install -y yum-utils device-mapper-persistent-data lvm2 | |
| sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo | |
| sudo yum-config-manager --enable docker-ce-edge | |
| sudo yum install docker-ce | |
| sudo systemctl enable docker | |
| sudo systemctl start docker |
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
| Error message from worker: java.lang.IllegalArgumentException: Unable to encode element 'Document{{_id=Document{{_data=8263A951300000033B2B022C0100296E5A10041F3B43A3680D43F5BE510750C042231346645F6964006463A9512F615203DEA288684B0004}}, operationType=insert, clusterTime=Timestamp{value=7181360347419247419, seconds=1672040752, inc=827}, fullDocument=Document{{_id=63a9512f615203dea288684b, arrRef=[63a9512f615203dea2886508, 63a9512f615203dea2886509, 63a9512f615203dea288650a], ref=63a9512f615203dea288650d}}, ns=Document{{db=mgodatagen_test, coll=link}}, documentKey=Document{{_id=63a9512f615203dea288684b}}}}' with coder 'SerializableCoder(org.bson.Document)'. | |
| org.apache.beam.sdk.coders.Coder.getEncodedElementByteSize(Coder.java:300) | |
| org.apache.beam.sdk.coders.Coder.registerByteSizeObserver(Coder.java:291) | |
| org.apache.beam.sdk.util.WindowedValue$FullWindowedValueCoder.registerByteSizeObserver(WindowedValue.java:642) | |
| org.apache.beam.sdk.util.WindowedValue$FullWindowedValueCoder.registerB |
This file has been truncated, but you can view the full file.
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
| 127.0.0.1 0000.en-icloud.com | |
| 127.0.0.1 0000y.cn | |
| 127.0.0.1 001995.signin-apple.com | |
| 127.0.0.1 0041-3413.com | |
| 127.0.0.1 0041-5413.com | |
| 127.0.0.1 004b.cn | |
| 127.0.0.1 004j.cn | |
| 127.0.0.1 004n.cn | |
| 127.0.0.1 0051-4413.com | |
| 127.0.0.1 0051-6413.com |
OlderNewer