Skip to content
#

hadoop

Here are 2,224 public repositories matching this topic...

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  • Updated Jul 24, 2020
  • Python

Open Source Fast Scalable Machine Learning Platform For Smarter Applications: Deep Learning, Gradient Boosting & XGBoost, Random Forest, Generalized Linear Modeling (Logistic Regression, Elastic Net), K-Means, PCA, Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Sep 28, 2020
  • Jupyter Notebook
datapythonista
datapythonista commented Sep 23, 2020

See for example this: https://github.com/ibis-project/ibis/runs/1128924525?check_suite_focus=true#step:10:67

For some reason, asv doesn't seem to exit with an exit code different than 0 when something goes wrong. Ideally we'd like to contribute a patch to asv, so they fix it for everybody.

But in the meantime, we may want to fix it in our end, with the same approach as pandas: https://github

findepi
findepi commented Sep 28, 2020

org.testng.Assert#assertThrows encourages very relaxed testing for expected exceptions, which may lead (and has lead) to masking real problems.

Expected exceptions should be tested using org.assertj.core.api.Assertions#assertThatThrownBy:

assertThatThrownBy(() -> ....)
        .isInstanceOf(IllegalArgumentException.class)
        .hasMessage("Foo is invalid");

450+ AWS, Hadoop, Cloud, Kafka, Docker, Elasticsearch, RabbitMQ, Redis, HBase, Solr, Cassandra, ZooKeeper, HDFS, Yarn, Hive, Presto, Drill, Impala, Consul, Spark, Jenkins, Travis CI, Git, MySQL, Linux, DNS, Whois, SSL Certs, Yum Security Updates, Kubernetes, Cloudera etc...

  • Updated Sep 18, 2020
  • Python

50+ DockerHub public images for Docker & Kubernetes - Hadoop, Kafka, ZooKeeper, HBase, Cassandra, Solr, SolrCloud, Presto, Apache Drill, Nifi, Spark, Consul, Riak, and DevOps tools built various distros: Alpine, CentOS, Debian, Fedora, Ubuntu

  • Updated Sep 18, 2020
  • Shell

Improve this page

Add a description, image, and links to the hadoop topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hadoop topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.