Skip to content

Instantly share code, notes, and snippets.

2018-06-22 18:21:20,284 DEBUG - [pool-1-thread-8 - 3796959c-e2da-4420-99ce-0d46a3f70130:] ~ Mapping vertex org.apache.atlas.repository.graphdb.janus.AtlasJanusVertex@bcb8e883 to atlas entity Referenceable.qualifiedName (EntityGraphRetriever:606)
2018-06-22 18:21:20,284 DEBUG - [pool-1-thread-8 - 3796959c-e2da-4420-99ce-0d46a3f70130:] ~ Mapping vertex org.apache.atlas.repository.graphdb.janus.AtlasJanusVertex@bcb8e883 to atlas entity Asset.name (EntityGraphRetriever:606)
2018-06-22 18:21:20,285 DEBUG - [pool-1-thread-8 - 3796959c-e2da-4420-99ce-0d46a3f70130:] ~ Mapping vertex org.apache.atlas.repository.graphdb.janus.AtlasJanusVertex@bcb8e883 to atlas entity Asset.description (EntityGraphRetriever:606)
2018-06-22 18:21:20,285 DEBUG - [pool-1-thread-8 - 3796959c-e2da-4420-99ce-0d46a3f70130:] ~ Mapping vertex org.apache.atlas.repository.graphdb.janus.AtlasJanusVertex@bcb8e883 to atlas entity Asset.owner (EntityGraphRetriever:606)
2018-06-22 18:21:20,286 DEBUG - [pool-1-thread-8 - 3796959c-e2da-4420-99ce-0d46a3f7
@conniec
conniec / notes.md
Last active March 12, 2019 00:16
Chapter 6 — Applicative and Traversable Functors

Overview

In previous chapters, we see how functors and monads allow us to sequence operations in a program using map and flatMap. Applicative functors are a related abstraction that is less powerful than monads, and are more common.

Methods that define a Functor:

def map[A,B](a: F[A])(f: A => B): F[B]
RROR: /Users/connie/vsco/jvm/bedrock/src/test/java/com/vsco/bedrock/profiler/BUILD.bazel:17:2: Couldn't build file bedrock/src/test/java/com/vsco/bedrock/profiler/ProfilerTest.jar: Building bedrock/src/test/java/com/vsco/bedrock/profiler/ProfilerTest.jar () failed: Worker process returned an unparseable WorkResponse!
Did you try to print something to stdout? Workers aren't allowed to do this, as it breaks the protocol between Bazel and the worker process.
---8<---8<--- Exception details ---8<---8<---
com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException: Protocol message tag had invalid wire type.
at com.google.protobuf.InvalidProtocolBufferException.invalidWireType(InvalidProtocolBufferException.java:115)
at com.google.protobuf.UnknownFieldSet$Builder.mergeFieldFrom(UnknownFieldSet.java:551)
at com.google.protobuf.GeneratedMessageV3.parseUnknownFieldProto3(GeneratedMessageV3.java:305)
at com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse.<init>(WorkerProtocol.java:19