[17/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/a6155a89/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfo.html
--
diff --git a/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfo.html 
b/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfo.html
new file mode 100644
index 000..a311bae
--- /dev/null
+++ b/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfo.html
@@ -0,0 +1,247 @@
+http://www.w3.org/TR/html4/loose.dtd";>
+
+
+
+
+SparkJobInfo (Spark 2.1.2 JavaDoc)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary: 
+Nested | 
+Field | 
+Constr | 
+Method
+
+
+Detail: 
+Field | 
+Constr | 
+Method
+
+
+
+
+
+
+
+
+org.apache.spark
+Interface SparkJobInfo
+
+
+
+
+
+
+All Superinterfaces:
+java.io.Serializable
+
+
+All Known Implementing Classes:
+SparkJobInfoImpl
+
+
+
+public interface SparkJobInfo
+extends java.io.Serializable
+Exposes information about Spark Jobs.
+
+ This interface is not designed to be implemented outside of Spark.  We may 
add additional methods
+ which may break binary compatibility with outside implementations.
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods 
+
+Modifier and Type
+Method and Description
+
+
+int
+jobId() 
+
+
+int[]
+stageIds() 
+
+
+JobExecutionStatus
+status() 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+jobId
+int jobId()
+
+
+
+
+
+
+
+stageIds
+int[] stageIds()
+
+
+
+
+
+
+
+status
+JobExecutionStatus status()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary: 
+Nested | 
+Field | 
+Constr | 
+Method
+
+
+Detail: 
+Field | 
+Constr | 
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/spark-website/blob/a6155a89/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfoImpl.html
--
diff --git a/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfoImpl.html 
b/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfoImpl.html
new file mode 100644
index 000..1a94cdf
--- /dev/null
+++ b/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfoImpl.html
@@ -0,0 +1,306 @@
+http://www.w3.org/TR/html4/loose.dtd";>
+
+
+
+
+SparkJobInfoImpl (Spark 2.1.2 JavaDoc)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary: 
+Nested | 
+Field | 
+Constr | 
+Method
+
+
+Detail: 
+Field | 
+Constr | 
+Method
+
+
+
+
+
+
+
+
+org.apache.spark
+Class SparkJobInfoImpl
+
+
+
+Object
+
+
+org.apache.spark.SparkJobInfoImpl
+
+
+
+
+
+
+
+All Implemented Interfaces:
+java.io.Serializable, SparkJobInfo
+
+
+
+public class SparkJobInfoImpl
+extends Object
+implements SparkJobInfo
+See Also:Serialized
 Form
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors 
+
+Constructor and Description
+
+
+SparkJobInfoImpl(int jobId,
+int[] stageIds,
+JobExecutionStatus status) 
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods 
+
+Modifier and Type
+Method and Description
+
+
+int
+jobId() 
+
+
+int[]
+stageIds() 
+
+
+JobExecutionStatus
+status() 
+
+
+
+
+
+
+Methods inherited from class Object
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, 
wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+SparkJobInfoImpl
+public SparkJobInfoImpl(int jobId,
+int[] stageIds,
+JobExecutionStatus status)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+jobId
+public int jobId()
+
+Specified by:
+jobId in
 interface SparkJobInfo
+
+
+
+
+
+
+

[17/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/a6d9cbde/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfo.html
--
diff --git a/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfo.html 
b/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfo.html
new file mode 100644
index 000..a311bae
--- /dev/null
+++ b/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfo.html
@@ -0,0 +1,247 @@
+http://www.w3.org/TR/html4/loose.dtd";>
+
+
+
+
+SparkJobInfo (Spark 2.1.2 JavaDoc)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary: 
+Nested | 
+Field | 
+Constr | 
+Method
+
+
+Detail: 
+Field | 
+Constr | 
+Method
+
+
+
+
+
+
+
+
+org.apache.spark
+Interface SparkJobInfo
+
+
+
+
+
+
+All Superinterfaces:
+java.io.Serializable
+
+
+All Known Implementing Classes:
+SparkJobInfoImpl
+
+
+
+public interface SparkJobInfo
+extends java.io.Serializable
+Exposes information about Spark Jobs.
+
+ This interface is not designed to be implemented outside of Spark.  We may 
add additional methods
+ which may break binary compatibility with outside implementations.
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods 
+
+Modifier and Type
+Method and Description
+
+
+int
+jobId() 
+
+
+int[]
+stageIds() 
+
+
+JobExecutionStatus
+status() 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+jobId
+int jobId()
+
+
+
+
+
+
+
+stageIds
+int[] stageIds()
+
+
+
+
+
+
+
+status
+JobExecutionStatus status()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary: 
+Nested | 
+Field | 
+Constr | 
+Method
+
+
+Detail: 
+Field | 
+Constr | 
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/spark-website/blob/a6d9cbde/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfoImpl.html
--
diff --git a/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfoImpl.html 
b/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfoImpl.html
new file mode 100644
index 000..1a94cdf
--- /dev/null
+++ b/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfoImpl.html
@@ -0,0 +1,306 @@
+http://www.w3.org/TR/html4/loose.dtd";>
+
+
+
+
+SparkJobInfoImpl (Spark 2.1.2 JavaDoc)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary: 
+Nested | 
+Field | 
+Constr | 
+Method
+
+
+Detail: 
+Field | 
+Constr | 
+Method
+
+
+
+
+
+
+
+
+org.apache.spark
+Class SparkJobInfoImpl
+
+
+
+Object
+
+
+org.apache.spark.SparkJobInfoImpl
+
+
+
+
+
+
+
+All Implemented Interfaces:
+java.io.Serializable, SparkJobInfo
+
+
+
+public class SparkJobInfoImpl
+extends Object
+implements SparkJobInfo
+See Also:Serialized
 Form
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors 
+
+Constructor and Description
+
+
+SparkJobInfoImpl(int jobId,
+int[] stageIds,
+JobExecutionStatus status) 
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods 
+
+Modifier and Type
+Method and Description
+
+
+int
+jobId() 
+
+
+int[]
+stageIds() 
+
+
+JobExecutionStatus
+status() 
+
+
+
+
+
+
+Methods inherited from class Object
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, 
wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+SparkJobInfoImpl
+public SparkJobInfoImpl(int jobId,
+int[] stageIds,
+JobExecutionStatus status)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+jobId
+public int jobId()
+
+Specified by:
+jobId in
 interface SparkJobInfo
+
+
+
+
+
+
+

[17/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfo.html
--
diff --git a/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfo.html 
b/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfo.html
new file mode 100644
index 000..a311bae
--- /dev/null
+++ b/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfo.html
@@ -0,0 +1,247 @@
+http://www.w3.org/TR/html4/loose.dtd";>
+
+
+
+
+SparkJobInfo (Spark 2.1.2 JavaDoc)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary: 
+Nested | 
+Field | 
+Constr | 
+Method
+
+
+Detail: 
+Field | 
+Constr | 
+Method
+
+
+
+
+
+
+
+
+org.apache.spark
+Interface SparkJobInfo
+
+
+
+
+
+
+All Superinterfaces:
+java.io.Serializable
+
+
+All Known Implementing Classes:
+SparkJobInfoImpl
+
+
+
+public interface SparkJobInfo
+extends java.io.Serializable
+Exposes information about Spark Jobs.
+
+ This interface is not designed to be implemented outside of Spark.  We may 
add additional methods
+ which may break binary compatibility with outside implementations.
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods 
+
+Modifier and Type
+Method and Description
+
+
+int
+jobId() 
+
+
+int[]
+stageIds() 
+
+
+JobExecutionStatus
+status() 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+jobId
+int jobId()
+
+
+
+
+
+
+
+stageIds
+int[] stageIds()
+
+
+
+
+
+
+
+status
+JobExecutionStatus status()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary: 
+Nested | 
+Field | 
+Constr | 
+Method
+
+
+Detail: 
+Field | 
+Constr | 
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfoImpl.html
--
diff --git a/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfoImpl.html 
b/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfoImpl.html
new file mode 100644
index 000..1a94cdf
--- /dev/null
+++ b/site/docs/2.1.2/api/java/org/apache/spark/SparkJobInfoImpl.html
@@ -0,0 +1,306 @@
+http://www.w3.org/TR/html4/loose.dtd";>
+
+
+
+
+SparkJobInfoImpl (Spark 2.1.2 JavaDoc)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary: 
+Nested | 
+Field | 
+Constr | 
+Method
+
+
+Detail: 
+Field | 
+Constr | 
+Method
+
+
+
+
+
+
+
+
+org.apache.spark
+Class SparkJobInfoImpl
+
+
+
+Object
+
+
+org.apache.spark.SparkJobInfoImpl
+
+
+
+
+
+
+
+All Implemented Interfaces:
+java.io.Serializable, SparkJobInfo
+
+
+
+public class SparkJobInfoImpl
+extends Object
+implements SparkJobInfo
+See Also:Serialized
 Form
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors 
+
+Constructor and Description
+
+
+SparkJobInfoImpl(int jobId,
+int[] stageIds,
+JobExecutionStatus status) 
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods 
+
+Modifier and Type
+Method and Description
+
+
+int
+jobId() 
+
+
+int[]
+stageIds() 
+
+
+JobExecutionStatus
+status() 
+
+
+
+
+
+
+Methods inherited from class Object
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, 
wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+SparkJobInfoImpl
+public SparkJobInfoImpl(int jobId,
+int[] stageIds,
+JobExecutionStatus status)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+jobId
+public int jobId()
+
+Specified by:
+jobId in
 interface SparkJobInfo
+
+
+
+
+
+
+