Repository: zeppelin
Updated Branches:
  refs/heads/master 8a179f4b6 -> 471025d1d


[ZEPPELIN-1288] Use new Spark logo in the document.

### What is this PR for?
Now that the logo of Spark is updated so it's better to use it in the document.

### What type of PR is it?
Improvement

### Todos
* [x] - Replace the old Spark logo with the new one

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1288

### How should this be tested?
Check by some people.

### Questions:
* Does the licenses files need update?: no
* Is there breaking changes for older versions?: no
* Does this needs documentation?: no

Author: Kousuke Saruta <[email protected]>

Closes #1279 from sarutak/ZEPPELIN-1288 and squashes the following commits:

d1b8d73 [Kousuke Saruta] Updated the logo of Spark


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/471025d1
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/471025d1
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/471025d1

Branch: refs/heads/master
Commit: 471025d1d6fbb87aba3d97aa41fef191b9b0bdc1
Parents: 8a179f4
Author: Kousuke Saruta <[email protected]>
Authored: Thu Aug 4 15:23:42 2016 +0900
Committer: Lee moon soo <[email protected]>
Committed: Sun Aug 7 08:46:37 2016 -0700

----------------------------------------------------------------------
 docs/assets/themes/zeppelin/img/spark_logo.jpg | Bin 32200 -> 0 bytes
 docs/assets/themes/zeppelin/img/spark_logo.png | Bin 0 -> 25886 bytes
 docs/index.md                                  |   2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/471025d1/docs/assets/themes/zeppelin/img/spark_logo.jpg
----------------------------------------------------------------------
diff --git a/docs/assets/themes/zeppelin/img/spark_logo.jpg 
b/docs/assets/themes/zeppelin/img/spark_logo.jpg
deleted file mode 100644
index a13c870..0000000
Binary files a/docs/assets/themes/zeppelin/img/spark_logo.jpg and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/471025d1/docs/assets/themes/zeppelin/img/spark_logo.png
----------------------------------------------------------------------
diff --git a/docs/assets/themes/zeppelin/img/spark_logo.png 
b/docs/assets/themes/zeppelin/img/spark_logo.png
new file mode 100644
index 0000000..afe2d1b
Binary files /dev/null and b/docs/assets/themes/zeppelin/img/spark_logo.png 
differ

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/471025d1/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index 399393c..fec5af4 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -49,7 +49,7 @@ Adding new language-backend is really simple. Learn [how to 
create your own inte
 #### Apache Spark integration
 Especially, Apache Zeppelin provides built-in [Apache 
Spark](http://spark.apache.org/) integration. You don't need to build a 
separate module, plugin or library for it.
 
-<img class="img-responsive" src="./assets/themes/zeppelin/img/spark_logo.jpg" 
width="140px" />
+<img class="img-responsive" src="./assets/themes/zeppelin/img/spark_logo.png" 
width="140px" />
 
 Apache Zeppelin with Spark integration provides
 

Reply via email to