You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2018/04/16 14:44:16 UTC

[24/28] spark-website git commit: [SPARK-23946] Fix 2.3.0 ScalaDocs are linked to the wrong source code

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/internal/io/HadoopMapReduceCommitProtocol.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/internal/io/HadoopMapReduceCommitProtocol.html b/site/docs/2.3.0/api/scala/org/apache/spark/internal/io/HadoopMapReduceCommitProtocol.html
index 7b27225..8792b71 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/internal/io/HadoopMapReduceCommitProtocol.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/internal/io/HadoopMapReduceCommitProtocol.html
@@ -51,7 +51,7 @@
       
           <div id="comment" class="fullcommenttop"><div class="comment cmt"><p>An <a href="FileCommitProtocol.html" class="extype" name="org.apache.spark.internal.io.FileCommitProtocol">FileCommitProtocol</a> implementation backed by an underlying Hadoop OutputCommitter
 (from the newer mapreduce API, not the old mapred API).</p><p>Unlike Hadoop's OutputCommitter, this implementation is serializable.
-</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/core/src/main/scala/org/apache/spark/internal/io/HadoopMapReduceCommitProtocol.scala" target="_blank">HadoopMapReduceCommitProtocol.scala</a></dd></dl><div class="toggleContainer block">
+</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/core/src/main/scala/org/apache/spark/internal/io/HadoopMapReduceCommitProtocol.scala" target="_blank">HadoopMapReduceCommitProtocol.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="../Logging.html" class="extype" name="org.apache.spark.internal.Logging">Logging</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <a href="FileCommitProtocol.html" class="extype" name="org.apache.spark.internal.io.FileCommitProtocol">FileCommitProtocol</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div><div class="toggleContainer block">

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/internal/io/HadoopWriteConfigUtil.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/internal/io/HadoopWriteConfigUtil.html b/site/docs/2.3.0/api/scala/org/apache/spark/internal/io/HadoopWriteConfigUtil.html
index dc29863..68d2bd9 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/internal/io/HadoopWriteConfigUtil.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/internal/io/HadoopWriteConfigUtil.html
@@ -57,7 +57,7 @@ OutputFormat (both from the old mapred API and the new mapreduce API)</p><p>Note
    will be used for tasks on executors;
 3. Implementations should have a constructor with exactly one argument:
    (conf: SerializableConfiguration) or (conf: SerializableJobConf).
-</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/core/src/main/scala/org/apache/spark/internal/io/HadoopWriteConfigUtil.scala" target="_blank">HadoopWriteConfigUtil.scala</a></dd></dl><div class="toggleContainer block">
+</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/core/src/main/scala/org/apache/spark/internal/io/HadoopWriteConfigUtil.scala" target="_blank">HadoopWriteConfigUtil.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/io/CompressionCodec.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/io/CompressionCodec.html b/site/docs/2.3.0/api/scala/org/apache/spark/io/CompressionCodec.html
index b9eee02..859306e 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/io/CompressionCodec.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/io/CompressionCodec.html
@@ -55,7 +55,7 @@ to be used in block storage.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/core/src/main/scala/org/apache/spark/io/CompressionCodec.scala" target="_blank">CompressionCodec.scala</a></dd><dt>Note</dt><dd><span class="cmt"><p>The wire protocol for a codec is not guaranteed compatible across versions of Spark.
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/core/src/main/scala/org/apache/spark/io/CompressionCodec.scala" target="_blank">CompressionCodec.scala</a></dd><dt>Note</dt><dd><span class="cmt"><p>The wire protocol for a codec is not guaranteed compatible across versions of Spark.
 This is intended for use as an internal compression utility within a single Spark application.</p></span></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/io/LZ4CompressionCodec.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/io/LZ4CompressionCodec.html b/site/docs/2.3.0/api/scala/org/apache/spark/io/LZ4CompressionCodec.html
index 4c1a92f..2a78432 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/io/LZ4CompressionCodec.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/io/LZ4CompressionCodec.html
@@ -55,7 +55,7 @@ Block size can be configured by <code>spark.io.compression.lz4.blockSize</code>.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/core/src/main/scala/org/apache/spark/io/CompressionCodec.scala" target="_blank">CompressionCodec.scala</a></dd><dt>Note</dt><dd><span class="cmt"><p>The wire protocol for this codec is not guaranteed to be compatible across versions
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/core/src/main/scala/org/apache/spark/io/CompressionCodec.scala" target="_blank">CompressionCodec.scala</a></dd><dt>Note</dt><dd><span class="cmt"><p>The wire protocol for this codec is not guaranteed to be compatible across versions
 of Spark. This is intended for use as an internal compression utility within a single Spark
 application.</p></span></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/io/LZFCompressionCodec.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/io/LZFCompressionCodec.html b/site/docs/2.3.0/api/scala/org/apache/spark/io/LZFCompressionCodec.html
index fdfccbb..a2f71eb 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/io/LZFCompressionCodec.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/io/LZFCompressionCodec.html
@@ -54,7 +54,7 @@ LZF implementation of <a href="CompressionCodec.html" class="extype" name="org.a
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/core/src/main/scala/org/apache/spark/io/CompressionCodec.scala" target="_blank">CompressionCodec.scala</a></dd><dt>Note</dt><dd><span class="cmt"><p>The wire protocol for this codec is not guaranteed to be compatible across versions
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/core/src/main/scala/org/apache/spark/io/CompressionCodec.scala" target="_blank">CompressionCodec.scala</a></dd><dt>Note</dt><dd><span class="cmt"><p>The wire protocol for this codec is not guaranteed to be compatible across versions
 of Spark. This is intended for use as an internal compression utility within a single Spark
 application.</p></span></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/io/NioBufferedFileInputStream.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/io/NioBufferedFileInputStream.html b/site/docs/2.3.0/api/scala/org/apache/spark/io/NioBufferedFileInputStream.html
index 0b76fa2..fa30cf6 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/io/NioBufferedFileInputStream.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/io/NioBufferedFileInputStream.html
@@ -49,7 +49,7 @@
       </span>
       </h4>
       
-          <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/core/src/main/java/org/apache/spark/io/NioBufferedFileInputStream.java.scala" target="_blank">NioBufferedFileInputStream.java</a></dd></dl><div class="toggleContainer block">
+          <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/core/src/main/java/org/apache/spark/io/NioBufferedFileInputStream.java.scala" target="_blank">NioBufferedFileInputStream.java</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="java.io.InputStream">InputStream</span>, <span class="extype" name="java.io.Closeable">Closeable</span>, <span class="extype" name="java.lang.AutoCloseable">AutoCloseable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/io/ReadAheadInputStream.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/io/ReadAheadInputStream.html b/site/docs/2.3.0/api/scala/org/apache/spark/io/ReadAheadInputStream.html
index b2a84f8..9c25e61 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/io/ReadAheadInputStream.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/io/ReadAheadInputStream.html
@@ -49,7 +49,7 @@
       </span>
       </h4>
       
-          <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/core/src/main/java/org/apache/spark/io/ReadAheadInputStream.java.scala" target="_blank">ReadAheadInputStream.java</a></dd></dl><div class="toggleContainer block">
+          <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/core/src/main/java/org/apache/spark/io/ReadAheadInputStream.java.scala" target="_blank">ReadAheadInputStream.java</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="java.io.InputStream">InputStream</span>, <span class="extype" name="java.io.Closeable">Closeable</span>, <span class="extype" name="java.lang.AutoCloseable">AutoCloseable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/io/SnappyCompressionCodec.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/io/SnappyCompressionCodec.html b/site/docs/2.3.0/api/scala/org/apache/spark/io/SnappyCompressionCodec.html
index 0f40c70..a7e4568 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/io/SnappyCompressionCodec.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/io/SnappyCompressionCodec.html
@@ -55,7 +55,7 @@ Block size can be configured by <code>spark.io.compression.snappy.blockSize</cod
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/core/src/main/scala/org/apache/spark/io/CompressionCodec.scala" target="_blank">CompressionCodec.scala</a></dd><dt>Note</dt><dd><span class="cmt"><p>The wire protocol for this codec is not guaranteed to be compatible across versions
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/core/src/main/scala/org/apache/spark/io/CompressionCodec.scala" target="_blank">CompressionCodec.scala</a></dd><dt>Note</dt><dd><span class="cmt"><p>The wire protocol for this codec is not guaranteed to be compatible across versions
 of Spark. This is intended for use as an internal compression utility within a single Spark
 application.</p></span></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/io/ZStdCompressionCodec.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/io/ZStdCompressionCodec.html b/site/docs/2.3.0/api/scala/org/apache/spark/io/ZStdCompressionCodec.html
index 0a03bd5..0f4f7ae 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/io/ZStdCompressionCodec.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/io/ZStdCompressionCodec.html
@@ -55,7 +55,7 @@ details see - http://facebook.github.io/zstd/
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/core/src/main/scala/org/apache/spark/io/CompressionCodec.scala" target="_blank">CompressionCodec.scala</a></dd><dt>Note</dt><dd><span class="cmt"><p>The wire protocol for this codec is not guaranteed to be compatible across versions
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/core/src/main/scala/org/apache/spark/io/CompressionCodec.scala" target="_blank">CompressionCodec.scala</a></dd><dt>Note</dt><dd><span class="cmt"><p>The wire protocol for this codec is not guaranteed to be compatible across versions
 of Spark. This is intended for use as an internal compression utility within a single Spark
 application.</p></span></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/io/package.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/io/package.html b/site/docs/2.3.0/api/scala/org/apache/spark/io/package.html
index 1543949..c12b41c 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/io/package.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/io/package.html
@@ -48,7 +48,7 @@
       </h4>
       
           <div id="comment" class="fullcommenttop"><div class="comment cmt"><p>IO codecs used for compression. See <a href="CompressionCodec.html" class="extype" name="org.apache.spark.io.CompressionCodec">org.apache.spark.io.CompressionCodec</a>.
-</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/core/src/main/scala/org/apache/spark/io/package.scala" target="_blank">package.scala</a></dd></dl><div class="toggleContainer block">
+</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/core/src/main/scala/org/apache/spark/io/package.scala" target="_blank">package.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/launcher/AbstractLauncher.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/launcher/AbstractLauncher.html b/site/docs/2.3.0/api/scala/org/apache/spark/launcher/AbstractLauncher.html
index 2535e0c..85b39bf 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/launcher/AbstractLauncher.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/launcher/AbstractLauncher.html
@@ -49,7 +49,7 @@
       </span>
       </h4>
       
-          <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/launcher/src/main/java/org/apache/spark/launcher/AbstractLauncher.java.scala" target="_blank">AbstractLauncher.java</a></dd></dl><div class="toggleContainer block">
+          <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/launcher/src/main/java/org/apache/spark/launcher/AbstractLauncher.java.scala" target="_blank">AbstractLauncher.java</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div><div class="toggleContainer block">

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/launcher/InProcessLauncher.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/launcher/InProcessLauncher.html b/site/docs/2.3.0/api/scala/org/apache/spark/launcher/InProcessLauncher.html
index 6780800..6dc14c2 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/launcher/InProcessLauncher.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/launcher/InProcessLauncher.html
@@ -49,7 +49,7 @@
       </span>
       </h4>
       
-          <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/launcher/src/main/java/org/apache/spark/launcher/InProcessLauncher.java.scala" target="_blank">InProcessLauncher.java</a></dd></dl><div class="toggleContainer block">
+          <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/launcher/src/main/java/org/apache/spark/launcher/InProcessLauncher.java.scala" target="_blank">InProcessLauncher.java</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="AbstractLauncher.html" class="extype" name="org.apache.spark.launcher.AbstractLauncher">AbstractLauncher</a>[<a href="" class="extype" name="org.apache.spark.launcher.InProcessLauncher">InProcessLauncher</a>], <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/launcher/SparkAppHandle.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/launcher/SparkAppHandle.html b/site/docs/2.3.0/api/scala/org/apache/spark/launcher/SparkAppHandle.html
index 02c6b02..dc3201d 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/launcher/SparkAppHandle.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/launcher/SparkAppHandle.html
@@ -49,7 +49,7 @@
       </span>
       </h4>
       
-          <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/launcher/src/main/java/org/apache/spark/launcher/SparkAppHandle.java.scala" target="_blank">SparkAppHandle.java</a></dd></dl><div class="toggleContainer block">
+          <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/launcher/src/main/java/org/apache/spark/launcher/SparkAppHandle.java.scala" target="_blank">SparkAppHandle.java</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/launcher/SparkLauncher.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/launcher/SparkLauncher.html b/site/docs/2.3.0/api/scala/org/apache/spark/launcher/SparkLauncher.html
index 90c1baf..9d387b1 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/launcher/SparkLauncher.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/launcher/SparkLauncher.html
@@ -49,7 +49,7 @@
       </span>
       </h4>
       
-          <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/launcher/src/main/java/org/apache/spark/launcher/SparkLauncher.java.scala" target="_blank">SparkLauncher.java</a></dd></dl><div class="toggleContainer block">
+          <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/launcher/src/main/java/org/apache/spark/launcher/SparkLauncher.java.scala" target="_blank">SparkLauncher.java</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="AbstractLauncher.html" class="extype" name="org.apache.spark.launcher.AbstractLauncher">AbstractLauncher</a>[<a href="" class="extype" name="org.apache.spark.launcher.SparkLauncher">SparkLauncher</a>], <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/mapred/SparkHadoopMapRedUtil$.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/mapred/SparkHadoopMapRedUtil$.html b/site/docs/2.3.0/api/scala/org/apache/spark/mapred/SparkHadoopMapRedUtil$.html
index 5d40a96..a3ca98d 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/mapred/SparkHadoopMapRedUtil$.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/mapred/SparkHadoopMapRedUtil$.html
@@ -49,7 +49,7 @@
       </span>
       </h4>
       
-          <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/core/src/main/scala/org/apache/spark/mapred/SparkHadoopMapRedUtil.scala" target="_blank">SparkHadoopMapRedUtil.scala</a></dd></dl><div class="toggleContainer block">
+          <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/core/src/main/scala/org/apache/spark/mapred/SparkHadoopMapRedUtil.scala" target="_blank">SparkHadoopMapRedUtil.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="../internal/Logging.html" class="extype" name="org.apache.spark.internal.Logging">Logging</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/CodegenMetrics$.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/CodegenMetrics$.html b/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/CodegenMetrics$.html
index 40bcd5b..d0a965c 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/CodegenMetrics$.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/CodegenMetrics$.html
@@ -54,7 +54,7 @@ Metrics for code generation.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@Experimental</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/core/src/main/scala/org/apache/spark/metrics/source/StaticSources.scala" target="_blank">StaticSources.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/core/src/main/scala/org/apache/spark/metrics/source/StaticSources.scala" target="_blank">StaticSources.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="org.apache.spark.metrics.source.Source">Source</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/HiveCatalogMetrics$.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/HiveCatalogMetrics$.html b/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/HiveCatalogMetrics$.html
index bcfd342..3405418 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/HiveCatalogMetrics$.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/HiveCatalogMetrics$.html
@@ -54,7 +54,7 @@ Metrics for access to the hive external catalog.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@Experimental</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/core/src/main/scala/org/apache/spark/metrics/source/StaticSources.scala" target="_blank">StaticSources.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/core/src/main/scala/org/apache/spark/metrics/source/StaticSources.scala" target="_blank">StaticSources.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="org.apache.spark.metrics.source.Source">Source</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/package.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/package.html b/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/package.html
index e7d0215..dcfde5c 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/package.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/metrics/source/package.html
@@ -48,7 +48,7 @@
       </h4>
       
           <div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Sources used in Spark's metrics system.
-</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/core/src/main/scala/org/apache/spark/metrics/source/package.scala" target="_blank">package.scala</a></dd></dl><div class="toggleContainer block">
+</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/core/src/main/scala/org/apache/spark/metrics/source/package.scala" target="_blank">package.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/Estimator.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/Estimator.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/Estimator.html
index df12c7d..2eacba3 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/Estimator.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/Estimator.html
@@ -54,7 +54,7 @@ Abstract class for estimators that fit models to data.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/Estimator.scala" target="_blank">Estimator.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/Estimator.scala" target="_blank">Estimator.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="PipelineStage.html" class="extype" name="org.apache.spark.ml.PipelineStage">PipelineStage</a>, <a href="../internal/Logging.html" class="extype" name="org.apache.spark.internal.Logging">Logging</a>, <a href="param/Params.html" class="extype" name="org.apache.spark.ml.param.Params">Params</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <a href="util/Identifiable.html" class="extype" name="org.apache.spark.ml.util.Identifiable">Identifiable</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div><div class="toggleContainer block">

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/Model.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/Model.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/Model.html
index 8a7e27a..f00869f 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/Model.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/Model.html
@@ -54,7 +54,7 @@ A fitted model, i.e., a <a href="Transformer.html" class="extype" name="org.apac
 </p></div><dl class="paramcmts block"><dt class="tparam">M</dt><dd class="cmt"><p>model type</p></dd></dl><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/Model.scala" target="_blank">Model.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/Model.scala" target="_blank">Model.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="Transformer.html" class="extype" name="org.apache.spark.ml.Transformer">Transformer</a>, <a href="PipelineStage.html" class="extype" name="org.apache.spark.ml.PipelineStage">PipelineStage</a>, <a href="../internal/Logging.html" class="extype" name="org.apache.spark.internal.Logging">Logging</a>, <a href="param/Params.html" class="extype" name="org.apache.spark.ml.param.Params">Params</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <a href="util/Identifiable.html" class="extype" name="org.apache.spark.ml.util.Identifiable">Identifiable</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div><div class="toggleContainer block">

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/Pipeline$.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/Pipeline$.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/Pipeline$.html
index ef9cd45..0453e2a 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/Pipeline$.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/Pipeline$.html
@@ -57,7 +57,7 @@
       <span class="symbol">&quot;1.6.0&quot;</span>
     </span>)</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala" target="_blank">Pipeline.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala" target="_blank">Pipeline.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <a href="util/MLReadable.html" class="extype" name="org.apache.spark.ml.util.MLReadable">MLReadable</a>[<a href="Pipeline.html" class="extype" name="org.apache.spark.ml.Pipeline">Pipeline</a>], <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/Pipeline.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/Pipeline.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/Pipeline.html
index 1322dd8..7e6aca9 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/Pipeline.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/Pipeline.html
@@ -66,7 +66,7 @@ an identity transformer.
       <span class="symbol">&quot;1.2.0&quot;</span>
     </span>)</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala" target="_blank">Pipeline.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala" target="_blank">Pipeline.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="util/MLWritable.html" class="extype" name="org.apache.spark.ml.util.MLWritable">MLWritable</a>, <a href="Estimator.html" class="extype" name="org.apache.spark.ml.Estimator">Estimator</a>[<a href="PipelineModel.html" class="extype" name="org.apache.spark.ml.PipelineModel">PipelineModel</a>], <a href="PipelineStage.html" class="extype" name="org.apache.spark.ml.PipelineStage">PipelineStage</a>, <a href="../internal/Logging.html" class="extype" name="org.apache.spark.internal.Logging">Logging</a>, <a href="param/Params.html" class="extype" name="org.apache.spark.ml.param.Params">Params</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <a href="util/Identifiable.html" class="extype" name="org.apache.spark.ml.util.Identifiable">Identifiable</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">An
 y</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineModel$.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineModel$.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineModel$.html
index f8ec86f..2a0f496 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineModel$.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineModel$.html
@@ -57,7 +57,7 @@
       <span class="symbol">&quot;1.6.0&quot;</span>
     </span>)</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala" target="_blank">Pipeline.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala" target="_blank">Pipeline.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <a href="util/MLReadable.html" class="extype" name="org.apache.spark.ml.util.MLReadable">MLReadable</a>[<a href="PipelineModel.html" class="extype" name="org.apache.spark.ml.PipelineModel">PipelineModel</a>], <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineModel.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineModel.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineModel.html
index c79fc5c..16c71e5 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineModel.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineModel.html
@@ -58,7 +58,7 @@
       <span class="symbol">&quot;1.2.0&quot;</span>
     </span>)</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala" target="_blank">Pipeline.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala" target="_blank">Pipeline.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="util/MLWritable.html" class="extype" name="org.apache.spark.ml.util.MLWritable">MLWritable</a>, <a href="Model.html" class="extype" name="org.apache.spark.ml.Model">Model</a>[<a href="" class="extype" name="org.apache.spark.ml.PipelineModel">PipelineModel</a>], <a href="Transformer.html" class="extype" name="org.apache.spark.ml.Transformer">Transformer</a>, <a href="PipelineStage.html" class="extype" name="org.apache.spark.ml.PipelineStage">PipelineStage</a>, <a href="../internal/Logging.html" class="extype" name="org.apache.spark.internal.Logging">Logging</a>, <a href="param/Params.html" class="extype" name="org.apache.spark.ml.param.Params">Params</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <a href="util/Identifiable.html" class="extype" name="org.apache.spark.ml.util.Identifiable">Identifiable</a>, <span class="extype" name="s
 cala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineStage.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineStage.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineStage.html
index 921e698..a004d6f 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineStage.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/PipelineStage.html
@@ -54,7 +54,7 @@ A stage in a pipeline, either an <a href="Estimator.html" class="extype" name="o
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala" target="_blank">Pipeline.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala" target="_blank">Pipeline.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="../internal/Logging.html" class="extype" name="org.apache.spark.internal.Logging">Logging</a>, <a href="param/Params.html" class="extype" name="org.apache.spark.ml.param.Params">Params</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <a href="util/Identifiable.html" class="extype" name="org.apache.spark.ml.util.Identifiable">Identifiable</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div><div class="toggleContainer block">

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/PredictionModel.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/PredictionModel.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/PredictionModel.html
index 018cb41..1afeee7 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/PredictionModel.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/PredictionModel.html
@@ -56,7 +56,7 @@ Abstraction for a model for prediction tasks (regression and classification).
            parameter to specify the concrete type for the corresponding model.</p></dd></dl><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/Predictor.scala" target="_blank">Predictor.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/Predictor.scala" target="_blank">Predictor.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="org.apache.spark.ml.PredictorParams">PredictorParams</span>, <a href="param/shared/HasPredictionCol.html" class="extype" name="org.apache.spark.ml.param.shared.HasPredictionCol">HasPredictionCol</a>, <a href="param/shared/HasFeaturesCol.html" class="extype" name="org.apache.spark.ml.param.shared.HasFeaturesCol">HasFeaturesCol</a>, <a href="param/shared/HasLabelCol.html" class="extype" name="org.apache.spark.ml.param.shared.HasLabelCol">HasLabelCol</a>, <a href="Model.html" class="extype" name="org.apache.spark.ml.Model">Model</a>[<span class="extype" name="org.apache.spark.ml.PredictionModel.M">M</span>], <a href="Transformer.html" class="extype" name="org.apache.spark.ml.Transformer">Transformer</a>, <a href="PipelineStage.html" class="extype" name="org.apache.spark.ml.PipelineStage">PipelineStage</a>, <a href="../internal/Logging.html" class="extype" name="org.apache.spark.internal.Logging">Logging</a>, <a 
 href="param/Params.html" class="extype" name="org.apache.spark.ml.param.Params">Params</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <a href="util/Identifiable.html" class="extype" name="org.apache.spark.ml.util.Identifiable">Identifiable</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div><div class="toggleContainer block">

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/Predictor.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/Predictor.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/Predictor.html
index 74ffd02..e9b0bc5 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/Predictor.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/Predictor.html
@@ -60,7 +60,7 @@ in <code>fit()</code>.
            parameter to specify the concrete type for the corresponding model.</p></dd></dl><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/Predictor.scala" target="_blank">Predictor.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/Predictor.scala" target="_blank">Predictor.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="org.apache.spark.ml.PredictorParams">PredictorParams</span>, <a href="param/shared/HasPredictionCol.html" class="extype" name="org.apache.spark.ml.param.shared.HasPredictionCol">HasPredictionCol</a>, <a href="param/shared/HasFeaturesCol.html" class="extype" name="org.apache.spark.ml.param.shared.HasFeaturesCol">HasFeaturesCol</a>, <a href="param/shared/HasLabelCol.html" class="extype" name="org.apache.spark.ml.param.shared.HasLabelCol">HasLabelCol</a>, <a href="Estimator.html" class="extype" name="org.apache.spark.ml.Estimator">Estimator</a>[<span class="extype" name="org.apache.spark.ml.Predictor.M">M</span>], <a href="PipelineStage.html" class="extype" name="org.apache.spark.ml.PipelineStage">PipelineStage</a>, <a href="../internal/Logging.html" class="extype" name="org.apache.spark.internal.Logging">Logging</a>, <a href="param/Params.html" class="extype" name="org.apache.spark.ml.param.Params">Params</a>, 
 <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <a href="util/Identifiable.html" class="extype" name="org.apache.spark.ml.util.Identifiable">Identifiable</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div><div class="toggleContainer block">

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/Transformer.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/Transformer.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/Transformer.html
index 0af523d..51f2401 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/Transformer.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/Transformer.html
@@ -54,7 +54,7 @@ Abstract class for transformers that transform one dataset into another.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/Transformer.scala" target="_blank">Transformer.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/Transformer.scala" target="_blank">Transformer.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="PipelineStage.html" class="extype" name="org.apache.spark.ml.PipelineStage">PipelineStage</a>, <a href="../internal/Logging.html" class="extype" name="org.apache.spark.internal.Logging">Logging</a>, <a href="param/Params.html" class="extype" name="org.apache.spark.ml.param.Params">Params</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <a href="util/Identifiable.html" class="extype" name="org.apache.spark.ml.util.Identifiable">Identifiable</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div><div class="toggleContainer block">

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/UnaryTransformer.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/UnaryTransformer.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/UnaryTransformer.html
index f22a9b9..c0c7d1b 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/UnaryTransformer.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/UnaryTransformer.html
@@ -55,7 +55,7 @@ result as a new column.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/Transformer.scala" target="_blank">Transformer.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/Transformer.scala" target="_blank">Transformer.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="param/shared/HasOutputCol.html" class="extype" name="org.apache.spark.ml.param.shared.HasOutputCol">HasOutputCol</a>, <a href="param/shared/HasInputCol.html" class="extype" name="org.apache.spark.ml.param.shared.HasInputCol">HasInputCol</a>, <a href="Transformer.html" class="extype" name="org.apache.spark.ml.Transformer">Transformer</a>, <a href="PipelineStage.html" class="extype" name="org.apache.spark.ml.PipelineStage">PipelineStage</a>, <a href="../internal/Logging.html" class="extype" name="org.apache.spark.internal.Logging">Logging</a>, <a href="param/Params.html" class="extype" name="org.apache.spark.ml.param.Params">Params</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <a href="util/Identifiable.html" class="extype" name="org.apache.spark.ml.util.Identifiable">Identifiable</a>, <span class="extype" name="scala.AnyRef">AnyRef<
 /span>, <span class="extype" name="scala.Any">Any</span></div>
         </div><div class="toggleContainer block">

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/Attribute$.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/Attribute$.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/Attribute$.html
index 3e7eb33..c94ab8a 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/Attribute$.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/Attribute$.html
@@ -55,7 +55,7 @@
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="org.apache.spark.ml.attribute.AttributeFactory">AttributeFactory</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/Attribute.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/Attribute.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/Attribute.html
index 6d07920..ce6ed0e 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/Attribute.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/Attribute.html
@@ -56,7 +56,7 @@ Abstract class for ML attributes.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div><div class="toggleContainer block">

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeGroup$.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeGroup$.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeGroup$.html
index 3ce2745..dad6aa3 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeGroup$.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeGroup$.html
@@ -56,7 +56,7 @@ Factory methods to create attribute groups.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/attribute/AttributeGroup.scala" target="_blank">AttributeGroup.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/attribute/AttributeGroup.scala" target="_blank">AttributeGroup.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeGroup.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeGroup.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeGroup.html
index cd627cd..3e10a19 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeGroup.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeGroup.html
@@ -56,7 +56,7 @@ Attributes that describe a vector ML column.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/attribute/AttributeGroup.scala" target="_blank">AttributeGroup.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/attribute/AttributeGroup.scala" target="_blank">AttributeGroup.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeType$.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeType$.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeType$.html
index 00c8795..c16f851 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeType$.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeType$.html
@@ -55,7 +55,7 @@
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/attribute/AttributeType.scala" target="_blank">AttributeType.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/attribute/AttributeType.scala" target="_blank">AttributeType.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeType.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeType.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeType.html
index a0825d9..33f757e 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeType.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/AttributeType.html
@@ -57,7 +57,7 @@ and <a href="AttributeType$.html#Binary:org.apache.spark.ml.attribute.AttributeT
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/attribute/AttributeType.scala" target="_blank">AttributeType.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/attribute/AttributeType.scala" target="_blank">AttributeType.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/BinaryAttribute$.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/BinaryAttribute$.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/BinaryAttribute$.html
index 9868eb6..1a70524 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/BinaryAttribute$.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/BinaryAttribute$.html
@@ -56,7 +56,7 @@ Factory methods for binary attributes.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="org.apache.spark.ml.attribute.AttributeFactory">AttributeFactory</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/BinaryAttribute.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/BinaryAttribute.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/BinaryAttribute.html
index 506f21f..7854fb7 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/BinaryAttribute.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/BinaryAttribute.html
@@ -55,7 +55,7 @@
 A binary attribute.</p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="Attribute.html" class="extype" name="org.apache.spark.ml.attribute.Attribute">Attribute</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NominalAttribute$.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NominalAttribute$.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NominalAttribute$.html
index 4abf2d4..358814b 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NominalAttribute$.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NominalAttribute$.html
@@ -56,7 +56,7 @@ Factory methods for nominal attributes.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="org.apache.spark.ml.attribute.AttributeFactory">AttributeFactory</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NominalAttribute.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NominalAttribute.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NominalAttribute.html
index 3d117f3..eefb1f7 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NominalAttribute.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NominalAttribute.html
@@ -55,7 +55,7 @@
 A nominal attribute.</p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="Attribute.html" class="extype" name="org.apache.spark.ml.attribute.Attribute">Attribute</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NumericAttribute$.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NumericAttribute$.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NumericAttribute$.html
index fe9ef39..90b45f1 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NumericAttribute$.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NumericAttribute$.html
@@ -56,7 +56,7 @@ Factory methods for numeric attributes.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="org.apache.spark.ml.attribute.AttributeFactory">AttributeFactory</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NumericAttribute.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NumericAttribute.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NumericAttribute.html
index 407acb5..6471c2a 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NumericAttribute.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/NumericAttribute.html
@@ -55,7 +55,7 @@
 A numeric attribute with optional summary statistics.</p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="Attribute.html" class="extype" name="org.apache.spark.ml.attribute.Attribute">Attribute</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/UnresolvedAttribute$.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/UnresolvedAttribute$.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/UnresolvedAttribute$.html
index f90b997..ec9c443 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/UnresolvedAttribute$.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/UnresolvedAttribute$.html
@@ -54,7 +54,7 @@ An unresolved attribute.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/attribute/attributes.scala" target="_blank">attributes.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="Attribute.html" class="extype" name="org.apache.spark.ml.attribute.Attribute">Attribute</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/package.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/package.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/package.html
index f71d52a..1c89cb2 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/package.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/attribute/package.html
@@ -60,7 +60,7 @@ Columns of other types must be encoded into ML columns using transformers.
 We use <a href="Attribute.html" class="extype" name="org.apache.spark.ml.attribute.Attribute">Attribute</a> to describe a scalar ML column, and <a href="AttributeGroup.html" class="extype" name="org.apache.spark.ml.attribute.AttributeGroup">AttributeGroup</a> to describe a vector
 ML column.
 ML attributes are stored in the metadata field of the column schema.
-</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/attribute/package.scala" target="_blank">package.scala</a></dd></dl><div class="toggleContainer block">
+</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/attribute/package.scala" target="_blank">package.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/BinaryLogisticRegressionSummary.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/BinaryLogisticRegressionSummary.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/BinaryLogisticRegressionSummary.html
index 1739e40..f9a9ea9 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/BinaryLogisticRegressionSummary.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/BinaryLogisticRegressionSummary.html
@@ -54,7 +54,7 @@ Abstraction for binary logistic regression results for a given model.</p><p>Curr
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@Experimental</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala" target="_blank">LogisticRegression.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala" target="_blank">LogisticRegression.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="LogisticRegressionSummary.html" class="extype" name="org.apache.spark.ml.classification.LogisticRegressionSummary">LogisticRegressionSummary</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div><div class="toggleContainer block">

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/BinaryLogisticRegressionTrainingSummary.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/BinaryLogisticRegressionTrainingSummary.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/BinaryLogisticRegressionTrainingSummary.html
index e1dceae..3bd8274 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/BinaryLogisticRegressionTrainingSummary.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/BinaryLogisticRegressionTrainingSummary.html
@@ -56,7 +56,7 @@ for the objective trace.
 </p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@Experimental</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala" target="_blank">LogisticRegression.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala" target="_blank">LogisticRegression.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><a href="LogisticRegressionTrainingSummary.html" class="extype" name="org.apache.spark.ml.classification.LogisticRegressionTrainingSummary">LogisticRegressionTrainingSummary</a>, <a href="BinaryLogisticRegressionSummary.html" class="extype" name="org.apache.spark.ml.classification.BinaryLogisticRegressionSummary">BinaryLogisticRegressionSummary</a>, <a href="LogisticRegressionSummary.html" class="extype" name="org.apache.spark.ml.classification.LogisticRegressionSummary">LogisticRegressionSummary</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div></div>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f050f7e3/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/ClassificationModel.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/ClassificationModel.html b/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/ClassificationModel.html
index 9ec4233..0169925 100644
--- a/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/ClassificationModel.html
+++ b/site/docs/2.3.0/api/scala/org/apache/spark/ml/classification/ClassificationModel.html
@@ -54,7 +54,7 @@ Classes are indexed {0, 1, ..., numClasses - 1}.
 </p></div><dl class="paramcmts block"><dt class="tparam">FeaturesType</dt><dd class="cmt"><p>Type of input features.  E.g., <code>Vector</code></p></dd><dt class="tparam">M</dt><dd class="cmt"><p>Concrete Model type</p></dd></dl><dl class="attributes block"> <dt>Annotations</dt><dd>
                 <span class="name">@DeveloperApi</span><span class="args">()</span>
               
-        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/Users/sameera/dev/spark/mllib/src/main/scala/org/apache/spark/ml/classification/Classifier.scala" target="_blank">Classifier.scala</a></dd></dl><div class="toggleContainer block">
+        </dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/classification/Classifier.scala" target="_blank">Classifier.scala</a></dd></dl><div class="toggleContainer block">
           <span class="toggle">Linear Supertypes</span>
           <div class="superTypes hiddenContent"><span class="extype" name="org.apache.spark.ml.classification.ClassifierParams">ClassifierParams</span>, <a href="../param/shared/HasRawPredictionCol.html" class="extype" name="org.apache.spark.ml.param.shared.HasRawPredictionCol">HasRawPredictionCol</a>, <a href="../PredictionModel.html" class="extype" name="org.apache.spark.ml.PredictionModel">PredictionModel</a>[<span class="extype" name="org.apache.spark.ml.classification.ClassificationModel.FeaturesType">FeaturesType</span>, <span class="extype" name="org.apache.spark.ml.classification.ClassificationModel.M">M</span>], <span class="extype" name="org.apache.spark.ml.PredictorParams">PredictorParams</span>, <a href="../param/shared/HasPredictionCol.html" class="extype" name="org.apache.spark.ml.param.shared.HasPredictionCol">HasPredictionCol</a>, <a href="../param/shared/HasFeaturesCol.html" class="extype" name="org.apache.spark.ml.param.shared.HasFeaturesCol">HasFeaturesCol</a>, <a
  href="../param/shared/HasLabelCol.html" class="extype" name="org.apache.spark.ml.param.shared.HasLabelCol">HasLabelCol</a>, <a href="../Model.html" class="extype" name="org.apache.spark.ml.Model">Model</a>[<span class="extype" name="org.apache.spark.ml.classification.ClassificationModel.M">M</span>], <a href="../Transformer.html" class="extype" name="org.apache.spark.ml.Transformer">Transformer</a>, <a href="../PipelineStage.html" class="extype" name="org.apache.spark.ml.PipelineStage">PipelineStage</a>, <a href="../../internal/Logging.html" class="extype" name="org.apache.spark.internal.Logging">Logging</a>, <a href="../param/Params.html" class="extype" name="org.apache.spark.ml.param.Params">Params</a>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <a href="../util/Identifiable.html" class="extype" name="org.apache.spark.ml.util.Identifiable">Identifiable</a>, <span class="extype" name="sc
 ala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
         </div><div class="toggleContainer block">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org