Class PysparkAnalysis

  • All Implemented Interfaces:
    java.lang.Cloneable, scala.Cloneable

    public class PysparkAnalysis
    extends gorsat.Commands.Analysis
    • Constructor Summary

      Constructors 
      Constructor Description
      PysparkAnalysis()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> pyspark​(org.apache.spark.sql.Dataset<? extends org.apache.spark.sql.Row> ds, java.lang.String cmd)  
      • Methods inherited from class gorsat.Commands.Analysis

        $bar, $bar, alreadyFinished, alreadyFinished_$eq, clone, cloned, cloned_$eq, finish, from, getHeader, getName, init, isCloned, isCloned_$eq, isInErrorState, isInErrorState_$eq, isTypeInformationMaintained, isTypeInformationNeeded, nextProcessor, nextProcessor_$eq, pipeFrom, pipeFrom_$eq, pipeTo, pipeTo_$eq, process, reportWantsNoMore, rowHeader, rowHeader_$eq, securedFinish, securedSetup, setContext, setRowHeader, setup, statsAdd, statsCollector, statsDec, statsInc, statsSenderAnnotation, statsSenderAnnotation_$eq, statsSenderId, statsSenderId_$eq, statsSenderName, statsSenderName_$eq, toString
      • Methods inherited from class gorsat.Commands.Processor

        rs, rs_$eq, wantsNoMore, wantsNoMore_$eq
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PysparkAnalysis

        public PysparkAnalysis()
    • Method Detail

      • pyspark

        public static org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> pyspark​(org.apache.spark.sql.Dataset<? extends org.apache.spark.sql.Row> ds,
                                                                                     java.lang.String cmd)
                                                                              throws java.io.IOException,
                                                                                     java.lang.InterruptedException
        Throws:
        java.io.IOException
        java.lang.InterruptedException