[jira] [Created] (SPARK-11236) Upgrade Tachyon dependency to 0.8.0

2015-10-21 Thread Calvin Jia (JIRA)
Calvin Jia created SPARK-11236:
--

 Summary: Upgrade Tachyon dependency to 0.8.0
 Key: SPARK-11236
 URL: https://issues.apache.org/jira/browse/SPARK-11236
 Project: Spark
  Issue Type: Improvement
  Components: Spark Core
Affects Versions: 1.5.1
Reporter: Calvin Jia


Update the tachyon-client dependency from 0.7.1 to 0.8.0. There are no new 
dependencies added or Spark facing APIs changed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Reopened] (SPARK-9199) Upgrade Tachyon dependency to 0.7.0

2015-08-12 Thread Calvin Jia (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-9199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Calvin Jia reopened SPARK-9199:
---

Reopening this ticket to upgrade to 0.7.1, the main change in the client is to 
add support for running Tachyon on local file system by default.

> Upgrade Tachyon dependency to 0.7.0
> ---
>
> Key: SPARK-9199
> URL: https://issues.apache.org/jira/browse/SPARK-9199
> Project: Spark
>  Issue Type: Improvement
>  Components: Spark Core
>Affects Versions: 1.4.1
>Reporter: Calvin Jia
>Assignee: Calvin Jia
> Fix For: 1.5.0
>
>
> Update the tachyon-client dependency from 0.6.4 to 0.7.0 in spark core.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Created] (SPARK-9199) Upgrade Tachyon dependency to 0.7.0

2015-07-20 Thread Calvin Jia (JIRA)
Calvin Jia created SPARK-9199:
-

 Summary: Upgrade Tachyon dependency to 0.7.0
 Key: SPARK-9199
 URL: https://issues.apache.org/jira/browse/SPARK-9199
 Project: Spark
  Issue Type: Improvement
  Components: Spark Core
Affects Versions: 1.4.1
Reporter: Calvin Jia


Update the tachyon-client dependency from 0.6.4 to 0.7.0 in spark core.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-6122) Upgrade Tachyon dependency to 0.6.0

2015-03-23 Thread Calvin Jia (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-6122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14376813#comment-14376813
 ] 

Calvin Jia commented on SPARK-6122:
---

[~pwendell] Are you referring to the issues here: 
https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-SBT/1940/ ?

> Upgrade Tachyon dependency to 0.6.0
> ---
>
> Key: SPARK-6122
> URL: https://issues.apache.org/jira/browse/SPARK-6122
> Project: Spark
>  Issue Type: Improvement
>  Components: Spark Core
>Affects Versions: 1.2.1
>Reporter: Haoyuan Li
>Assignee: Calvin Jia
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Created] (SPARK-6391) Update Tachyon version compatibility documentation

2015-03-17 Thread Calvin Jia (JIRA)
Calvin Jia created SPARK-6391:
-

 Summary: Update Tachyon version compatibility documentation
 Key: SPARK-6391
 URL: https://issues.apache.org/jira/browse/SPARK-6391
 Project: Spark
  Issue Type: Documentation
  Components: Spark Core
Reporter: Calvin Jia


Tachyon v0.6 has an api change in the client, it would be helpful to document 
the Tachyon-Spark compatibility across versions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-6122) Upgrade Tachyon dependency to 0.6.0

2015-03-04 Thread Calvin Jia (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-6122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14348050#comment-14348050
 ] 

Calvin Jia commented on SPARK-6122:
---

I've also updated the tachyon client to use the new api introduced in v0.6. 
String paths are now wrapped in a TachyonURI.

> Upgrade Tachyon dependency to 0.6.0
> ---
>
> Key: SPARK-6122
> URL: https://issues.apache.org/jira/browse/SPARK-6122
> Project: Spark
>  Issue Type: Improvement
>  Components: Spark Core
>Affects Versions: 1.2.1
>Reporter: Haoyuan Li
>Assignee: Calvin Jia
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-6122) Upgrade Tachyon dependency to 0.6.0

2015-03-02 Thread Calvin Jia (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-6122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14344462#comment-14344462
 ] 

Calvin Jia commented on SPARK-6122:
---

New dependencies in Tachyon 0.6.0 include

commons-codec:commons-codec:jar:1.5:compile
io.netty:netty-all:jar:4.0.23.Final:compile

These are already in spark core.

com.fasterxml.jackson.core:jackson-databind:jar:2.3.0:compile

Was removed.

> Upgrade Tachyon dependency to 0.6.0
> ---
>
> Key: SPARK-6122
> URL: https://issues.apache.org/jira/browse/SPARK-6122
> Project: Spark
>  Issue Type: Improvement
>  Components: Spark Core
>Affects Versions: 1.2.1
>Reporter: Haoyuan Li
>Assignee: Calvin Jia
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org