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
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, |
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
http://central.maven.org/maven2/com/databricks/spark-avro_2.10/2.0.1/spark-avro_2.10-2.0.1.jar |
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
[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. |
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
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 |