You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by kr...@apache.org on 2015/12/15 00:48:56 UTC

[05/11] drill git commit: modify path

modify path


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/69f14507
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/69f14507
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/69f14507

Branch: refs/heads/gh-pages
Commit: 69f14507d2de060533c3a42ffcff404301b6462f
Parents: af189bf
Author: Kris Hahn <kr...@apache.org>
Authored: Mon Dec 14 11:09:30 2015 -0800
Committer: Kris Hahn <kr...@apache.org>
Committed: Mon Dec 14 15:46:38 2015 -0800

----------------------------------------------------------------------
 .../partition-pruning/020-migrating-partitioned-data.md          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/69f14507/_docs/performance-tuning/partition-pruning/020-migrating-partitioned-data.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/partition-pruning/020-migrating-partitioned-data.md b/_docs/performance-tuning/partition-pruning/020-migrating-partitioned-data.md
index 03f2cfb..728f32e 100755
--- a/_docs/performance-tuning/partition-pruning/020-migrating-partitioned-data.md
+++ b/_docs/performance-tuning/partition-pruning/020-migrating-partitioned-data.md
@@ -39,8 +39,8 @@ To migrate Parquet data for use in Drill 1.3 that you partitioned and generated
 4. If you use [Parquet metadata caching]({{site.baseurl}}/docs/optimizing-parquet-metadata-reading/#how-to-trigger-generation-of-the-parquet-metadata-cache-file):  
    * Delete the cache file you generated from all directories and subdirectories where you plan to run the upgrade tool.  
    * Run REFRESH TABLE METADATA on all the folders where a cache file previously existed.  
-5. Run the upgrade tool as shown in the following example:  
-   `java -Dlog.path=/home/rchallapalli/work/drill-upgrade/upgrade.log -cp drill-upgrade-1.0-jar-with-dependencies.jar org.apache.drill.upgrade.Upgrade_12_13 --tempDir=maprfs:///drill/upgrade-temp maprfs:///drill/testdata/`
+5. Run the upgrade tool as shown in the following example:    
+        java -Dlog.path=/<your path>/drill-upgrade/upgrade.log -cp drill-upgrade-1.0-jar-with-dependencies.jar org.apache.drill.upgrade.Upgrade_12_13 --tempDir=maprfs:///drill/upgrade-temp maprfs:///drill/testdata/
 
 ## Checking the Success of the Migration
 If you perform an unattended migration, check that the temp directory or directories are empty. Empty directories indicate success.