Skip to content

Instantly share code, notes, and snippets.

View FabioBatSilva's full-sized avatar

Fabio Silva FabioBatSilva

View GitHub Profile
mondrian.olap.MondrianException: Mondrian Error:Error while loading/reloading aggregates.
at mondrian.resource.MondrianResource$_Def3.ex(MondrianResource.java:1025)
at mondrian.rolap.aggmatcher.AggTableManager.initialize(AggTableManager.java:92)
at mondrian.rolap.RolapSchema.load(RolapSchema.java:465)
at mondrian.rolap.RolapSchema.<init>(RolapSchema.java:217)
at mondrian.rolap.RolapSchemaPool.get(RolapSchemaPool.java:214)
at mondrian.rolap.RolapSchemaPool.get(RolapSchemaPool.java:66)
at mondrian.rolap.RolapConnection.<init>(RolapConnection.java:160)
at mondrian.rolap.RolapConnection.<init>(RolapConnection.java:90)
at mondrian.olap.DriverManager.getConnection(DriverManager.java:112)
run:
@echo "[run] Start run"
@FabioBatSilva
FabioBatSilva / SymlinkManifestWriter.java
Last active December 6, 2019 18:54
Delta lake SymlinkTextInputFormat Manifest Generation
package com.a3k.dw.tracking.driver;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FSDataOutputStream;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.spark.SparkContext;
import org.apache.spark.sql.SparkSession;
import org.apache.spark.sql.delta.DeltaLog;
import org.apache.spark.sql.delta.Snapshot;
/**
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
@FabioBatSilva
FabioBatSilva / pkb.md
Created February 25, 2026 16:39
Active Memory PKB (Personal Knowledge Base)

PKB System Specification

Complete design specification for the Active Memory PKB system.

Overview

Active Memory PKB (Personal Knowledge Base) provides persistent memory for AI coding agents across sessions. It stores your coding standards, security patterns, and project-specific knowledge in human-readable Markdown files.