Skip to content

Instantly share code, notes, and snippets.

View alexvk's full-sized avatar

Alex Kozlov alexvk

View GitHub Profile
@alexvk
alexvk / EF
Last active July 28, 2017 21:08
SET COMPRESSION_CODEC=snappy;
DROP TABLE IF EXISTS e8sec.ef_parquet;
CREATE TABLE IF NOT EXISTS e8sec.ef_parquet (
ip string,
destinationMacAddress string,
hetHostName string,
iamHostName string,
hostprocessHostName string,
http://central.maven.org/maven2/com/databricks/spark-avro_2.10/2.0.1/spark-avro_2.10-2.0.1.jar
[WARNING] thread Thread[NativeRandomDeallocator thread 0,5,org.deeplearning4j.abi.ConsumptionModel] was interrupted but is still alive after waiting at least 15000msecs
[WARNING] thread Thread[NativeRandomDeallocator thread 0,5,org.deeplearning4j.abi.ConsumptionModel] will linger despite being asked to die via interruption
[WARNING] NOTE: 1 thread(s) did not finish despite being asked to via interruption. This is not a problem with exec:java, it is a problem with the running code. Although not serious, it should be remedied.
[WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.deeplearning4j.abi.ConsumptionModel,maxpri=10]
java.lang.IllegalThreadStateException
at java.lang.ThreadGroup.destroy(ThreadGroup.java:778)
at org.codehaus.mojo.exec.ExecJavaMojo.execute(ExecJavaMojo.java:328)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.
@alexvk
alexvk / infer
Created June 11, 2010 21:58
infer
The complete set of utilities to perform exact probabilistic inference in large Bayesian Networks (up to 4GB per clique) at git://github.com/alexvk/BN-Inference.git.
To start, type:
% make -f Makefile.in depend; make infer; infer Asia
I hope the menu is self-explainable. Please let me know if you have
any questions.
Alexander V. Kozlov