Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

juju-solutions/interface-mahout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This interface layer handles the communication between the Apache Mahout and its clients.

Usage

Provides

Charms providing this interface need the Apache Mahout.

This interface layer will set the following states, as appropriate:

  • {relation_name}.joined The relation to a Mahout provider has been initialized.

Requires

Charms requiring this interface make Apache Mahout available.

This interface layer will set the following state, as appropriate:

  • {relation_name}.joined The relation to a Maout provider has been initialized.

An example use might be:

@when('mahout.joined')
def mahout_joined(syslog):
    .....

Contact Information

About

Interface for Apache Mahout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages