org.apache.bigtop.itest.ooziesmoke
Class TestOozieSmoke

java.lang.Object
  extended by org.apache.bigtop.itest.ooziesmoke.TestOozieSmoke
All Implemented Interfaces:
groovy.lang.GroovyObject

public class TestOozieSmoke
extends Object
implements groovy.lang.GroovyObject

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

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


Constructor Summary
TestOozieSmoke()
           
 
Method Summary
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String name)
           
 Object invokeMethod(String name, Object args)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
static void setUp()
           
static void tearDown()
           
 void testCustomMain()
           
 void testDemo()
           
 void testHadoopEl()
           
 void testHive()
           
 void testJavaMain()
           
 void testMapReduce()
           
 void testNoOp()
           
 void testOozieExamplesCommon(String testname)
           
 void testPig()
           
 void testSqoop()
           
 void testSqoopFreeform()
           
 void testSsh()
           
 void testStreaming()
           
 void testSubwf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestOozieSmoke

public TestOozieSmoke()
Method Detail

setUp

public static void setUp()

tearDown

public static void tearDown()

testOozieExamplesCommon

public void testOozieExamplesCommon(String testname)

testNoOp

public void testNoOp()

testJavaMain

public void testJavaMain()

testMapReduce

public void testMapReduce()

testCustomMain

public void testCustomMain()

testHadoopEl

public void testHadoopEl()

testStreaming

public void testStreaming()

testPig

public void testPig()

testHive

public void testHive()

testSqoop

public void testSqoop()

testSqoopFreeform

public void testSqoopFreeform()

testSubwf

public void testSubwf()

testSsh

public void testSsh()

testDemo

public void testDemo()

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass metaClass)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String name,
                           Object args)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String name)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String name,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.